PAGERDUTY_CREATE_AN_INCIDENT_TYPE

Create a new incident type. Incident Types are a feature which will allow customers to categorize incidents, such as a security incident, a major incident, or a fraud incident. <!-- 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. For more information see the [API Concepts Document](../../api-reference/ZG9jOjI3NDc5Nzc-api-concepts#incidentType) Scoped OAuth requires: `incident_types.write`

Available from 1 provider (1 remote)

Input Schema


            {
  "type": "object",
  "properties": {
    "incident__type__name": {
      "type": "string",
      "title": "Incident  Type  Name",
      "description": "The name of the Incident Type. Usage of the suffix `_default` is prohibited. This cannot be changed once the incident type has been created. "
    },
    "incident__type__enabled": {
      "type": "boolean",
      "title": "Incident  Type  Enabled",
      "description": "Whether the Incident Type is enabled. Defaults to true if not provided."
    },
    "incident__type__description": {
      "type": "string",
      "title": "Incident  Type  Description",
      "description": "The description of the Incident Type."
    },
    "incident__type__parent__type": {
      "type": "string",
      "title": "Incident  Type  Parent  Type",
      "description": "The parent type of the Incident Type. Either name or id of the parent type can be used. "
    },
    "incident__type__display__name": {
      "type": "string",
      "title": "Incident  Type  Display  Name",
      "description": "The display name of the Incident Type. Usage of the prefix `PD`, `PagerDuty`, `Default` is prohibited. "
    }
  }
}
          

Remote Providers (1)

These servers are accessible over the network — no local installation needed.

PagerDuty

Remote

pagerduty

View product →