Working with alert comments using the API
Overview
Check the list of available endpoints and methods to work with alert comments using the Alerts API:
Endpoints and methods | Description |
---|---|
POST | Add an annotation to a triggered alert. |
POST | Add an annotation to a set of triggered alerts. |
POST | Get all the annotations of the indicated alerts. |
PUT | Update an alert annotation. |
PUT | Update a set of annotations with the same content. |
DELETE | Delete alert annotations. |
Endpoints and methods
POST /v1/comments/add
Add an annotation to a triggered alert.
POST /v1/comments/bulk/add
Add an annotation to a set of triggered alerts.
POST /v1/comments/list
Get all annotations of the indicated alerts.
PUT /v1/comments/update
Update an alert annotation.
PUT /v1/comments/bulk/update
Update a set of alert annotations with the same content.
DELETE /v1/comments/delete
Delete the specified alert annotations.