The schema for a Destination Tag Object
API Endpoint | https://api.bigpanda.io/resources/v2.0/tags |
---|---|
Supported Methods | GET |
Parameters
The Destination Tag
object schema includes the following attributes:
Attribute | Description | Type |
---|---|---|
_id | System-generated unique identifier of the tag. | String |
name | Tag name as defined in either mapping, the payload, or preprocessing. | String |
parent_source_system | The type of integration. | String |
source_system | The ID of the integration that sent the tag. | String |
last_update | The last time the tag was added to an alert from this integration. | Timestamp (in Seconds) |
total_hits | The total number of times the tag has been added to an alert from this integration. | Integer |
Sample destination tag:
{
"_id": "63bdcebda985abc83e081555",
"name": "check",
"parent_source_system": "oim",
"source_system": "oim.solarwinds_dev2",
"last_update": 1724431418,
"total_hits": 12552
}