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. |
PUT | Update the priority of a given alert. |
Endpoints and methods
GET /alerts/get
Get information about a triggered alert by ID.
To perform this request, your Devo user must have at least the Alerts (view) permission assigned. Learn more about roles and permissions in this article.
GET /v1/alerts/list
Get a list of triggered alerts in your domain.
To perform this request, your Devo user must have at least the Alerts (view) permission assigned. Learn more about roles and permissions in this article.
GET /v1/alerts/statistics
Get statistics from a set of alerts.
To perform this request, your Devo user must have at least the Alerts (view) permission assigned. Learn more about roles and permissions in this article.
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.
PUT /v1/alerts/{alertID}/priority
Update the priority of a given alert.