Document toolboxDocument toolbox

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

Endpoints and methods

Description

GET /alerts/get see below

Get information about a triggered alert by ID.

GET /alerts/list see below

Get a list of triggered alerts in your domain.

GET /alerts/statistics see below

Get statistics from a set of alerts.

GET /alerts/listStatus see below

Get the status of a set of alerts.

PUT /alerts/updateStatus see below

Update alert status by ID.

PUT /alerts/updateStatusList see below

Update alert status in bulk.

PUT /alerts/{alertID}/priority see below

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.