Working with triggered alerts using the API
Overview
Check the list of available endpoints and methods to work with triggered alerts using the Alerts API:
Endpoints and methods | Description |
---|---|
GET | Get information about a triggered alert by ID. |
GET | Get a list of triggered alerts in your domain. |
GET | Get statistics from a set of alerts. |
GET | Get the status of a set of alerts. |
PUT | Update alert status by ID. |
PUT | Update alert status in bulk. |
Endpoints and methods
GET /alerts/get
Get information about a triggered alert by ID.
GET /v1/alerts/list
Get a list of triggered alerts in your domain.
GET /v1/alerts/statistics
Get statistics from a set of alerts.
GET /v1/alerts/listStatus
Get the status of a set of alerts.
PUT /v1/alerts/updateStatus
Update alert status by ID.
PUT /v1/alerts/updateStatusList
Update alert status in bulk.