Incident Tags Object

Defines the schema for the configuration of incident tags.

Parameters

AttributeDescriptionType
incident_idSystem-generated unique identifier for the incident that contains the incident tag.String
tag_idSystem-generated unique identifier for the incident tag.String
tag_valueThe content of the incident tag.Tag Type

Sample Object:

  {
    "incident_id": "5e60feb92fb6844e00125d827a",
    "tag_id": "itd-9ff554bc0c",
    "tag_value": "P1"
  }