Alerts API
Overview
The Devo Alerts API can be used to work with alerts easily, without the need of logging in to your Devo domain. You can use it to create new alerts, check their statuses, update them, or get information about them. To learn more about alerts in Devo, go to Alerts and notifications.
Limit in alert creation
Note that you can create a maximum of 300 alert definitions in a domain.
Base URLs
To perform a request with the Alerts API, you must choose the base URL according to your Devo domain's region:
Region | Base URL |
---|---|
USA |
|
EU |
|
CA |
|
Asia-Pacific (APAC) |
|
Add the corresponding path to your base URL to perform the operation you need, such as creating a new alert, modifying it, or deleting it. Check all the available operations and how to perform them in the following sections.
Alerts API and web interaction
Alerts defined through the Alerts API will appear in your Devo domain just like alerts defined in the application, under Administration → Alert Configuration → Available Alerts. You will be able to view, start, stop, and delete alerts defined through the Alerts API in the Devo application as you do with alerts defined with the application.
Note that alerts with subqueries can only be created through the Alerts API, not in the Devo app. However, they will appear in the Administration → Alert Configuration area, and you can check their details.