Destination Tags

View the tags created by incoming event payloads

Monitoring integrations allow BigPanda to receive alert events from your monitoring systems, such as Nagios, SolarWinds, and AppDynamics

The event payload usually includes functional and contextual data on the issue, which BigPanda converts to alert tags. Many integrations will process the raw event data to normalize the format or map fields to standard tags. Depending on your integration configuration, non-mapped tags may be dropped, or may be included in the BigPanda alert. Read more about customizing the integration payload processing in the Open Integration Manager documentation.

The Destination Tags API allows you to retrieve the tags created by ingested events after event filtering, deduplication, preprocessing, and tag mapping.

Destination tags can be filtered by the incoming integration source system, and pagination is available to search older event tags. Destination tags are retrieved in reverse order by the date they were added to an alert in BigPanda from an incoming event, with more recent tags returned first.

📘

Enrichment Tags

Destination tags include only tags created as part of the event payload processing. Alert and incident enrichment tags are created later in the pipeline. See the Alert Enrichment or Incident Tags API for tags added later in BigPanda.

Some destination tags may share names with alert or incident enrichment tags. These tags will be merged during enrichment and may appear different in the BigPanda console based on your Alert Enrichment rules.

Relevant permissions

Alert view permissions are defined by environment role access. To view alert tags, a user will need access to view incidents and their correlated alerts in at least one environment.

To retrieve the integration source system ID, a user must have access to view integrations and their descriptions.

NamePermissions
Alert EnrichmentView and use the Alert Enrichments UI and API.

Permission access levels can be adjusted by selecting either View or Full Access. To learn more about how BigPanda's permissions work, see the Roles Management guide.

📘

Authentication necessary.

All BigPanda APIs require Bearer Token Authorization in the call headers.

This API uses the User API Key type of Authorization token.

🚧

Rate limitations

To maintain quality of service, the Destination Tags API is limited to 9 calls per second.

Additional requests will return a 429 response code and the request will need to be retried.

Available actions

Use the Destination Tags API to perform these actions:

ActionDefinitionDescription
Get Destination TagsGET
/resources/v2.0/tags
Retrieves destination tags in reverse order by most recent received time in BigPanda.