PagerDuty
PAGERDUTY_LIST_FIELD_OPTIONS_ON_A_CUSTOM_FIELD
List field options for a custom field. Custom Fields (CF) are a feature which will allow customers to extend Incidents with their own custom data, to provide additional context and support features such as customized filtering, search and analytics. Custom Fields can be applied to different incident types. <!-- theme: warning --> > ### Early Access > This endpoint is in Early Access and may change at any time. You must pass in the X-EARLY-ACCESS header to access it. Scoped OAuth requires: `custom_fields.read`
Remote pagerduty
Other tools also called PAGERDUTY_LIST_FIELD_OPTIONS_ON_A_CUSTOM_FIELD?
See providers with this name
Input Schema
{
"type": "object",
"properties": {
"field_id": {
"type": "string",
"title": "Field Id",
"description": "The ID of the field."
},
"type_id_or_name": {
"type": "string",
"title": "Type Id Or Name",
"description": "The ID or name of the Incident Type."
}
}
}