Alert definitions service
View and manage your alerts using alert definitions - data structures that contain the configuration required to create an alert.
Overview
View and manage your alerts using alert definitions - data structures that contain the configuration required to create an alert.
Create an alert with an outgoing webhook
This guide demonstrates how to create an alert that sends notifications through an outgoing webhook (e.g., Slack) using the REST API. The flow involves:
Get a list of all accessible alert definitions
Returns all alert definitions for the team.
Replace an alert definition
Updates an existing alert definition.
Create an alert
Creates a new alert definition.
Get counts for filter options
Returns counts for different filter options based on the provided filters
Bulk delete alert definitions
Delete multiple alert definitions by their IDs. The operation is atomic - either all alerts are deleted or none are.
Download alerts
Download a list of all accessible alert definitions in base64-encoded byte format.
Bulk replace alert definitions
Replaces all alert definitions with the provided set.
Get alert definition by alert version ID
Returns the alert definition with the specified version ID.
Get alert definition by ID
Returns the details of the specified alert definition.
DeleteAlertDef
Deletes the alert definition with the specified ID.