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
The Incident Tags
object schema includes the following attributes:
Attribute | Description | Type | Example |
---|---|---|---|
incident_id | System-generated unique identifier for the incident that contains the incident tag. | String | "incident_id" : "12345" |
tag_id | System-generated unique identifier for the incident tag. | String | "tag_id" : "54321" |
tag_value | The content of the incident tag. | Tag Type | "tag_value" : "South_west" |