Working with alert definitions using the API
Overview
Check the list of available endpoints and methods to work with alert definitions using the Alerts API:
Endpoints and methods | Description |
---|---|
GET | Get the list of all the alerts defined in a domain. |
POST | Create a new alert definition. |
POST | Create a set of new alert definitions. |
PUT | Update a specific alert definition. |
PUT | Update a set of alert definitions. |
PUT | Assign a sending policy to a specific alert definition. |
PUT | Update the status of several alert definitions in bulk. |
DELETE | Delete alert definitions in bulk. |
Endpoints and methods
GET /alertDefinitions
Get the list of all the alerts defined in a given domain.
POST /alertDefinitions
Create a new alert definition.
POST /alertDefinitions/batch
Create a set of new alert definitions.
PUT /alertDefinitions
Update a specific alert definition in your domain.
PUT /alertDefinitions/batch
Update a set of alert definitions in your domain.
PUT /alertDefinitions/{id}/deliveryPolicy
Assign a sending policy to a specific alert definition in your domain.
PUT /alertDefinitions/status
Use this operation to enable or deactivate several alerts at the same time.
DELETE /alertDefinitions
Delete alert definitions in bulk.