Destination Tag Object

The schema for a Destination Tag Object

API Endpointhttps://api.bigpanda.io/resources/v2.0/tags
Supported MethodsGET

Parameters

The Destination Tag object schema includes the following attributes:

AttributeDescriptionType
_idSystem-generated unique identifier of the tag.String
nameTag name as defined in either mapping, the payload, or preprocessing.String
parent_source_systemThe type of integration.String
source_systemThe ID of the integration that sent the tag.String
last_updateThe last time the tag was added to an alert from this integration.Timestamp (in Seconds)
total_hitsThe 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
        }