Incident Tag Management
Authentication
All BigPanda APIs require Bearer Token Authorization in the call headers.
This API uses the User API Key type of Authorization token.
BigPanda recommends adding Authentication headers only in the secure tool you use to make API calls.
Incident Tag 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" }