Defines the schema for the configuration of incident tags.
API Endpoint | https://api.bigpanda.io/resources/v2.0/environments/{env_id}/incidents/{incident_id}/tags |
Supported Methods | POST, GET, DELETE |
Parameters
Attribute | Description | Type |
---|---|---|
incident_id | System-generated unique identifier for the incident that contains the incident tag. | String |
tag_id | System-generated unique identifier for the incident tag. | String |
tag_value | The content of the incident tag. | Tag Type |
Sample Object:
{
"incident_id": "5e60feb92fb6844e00125d827a",
"tag_id": "itd-9ff554bc0c",
"tag_value": "P1"
}