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 a comment to a triggered alert. |
POST | Add a comment to a set of triggered alerts. |
POST | Get all the comments of the indicated alerts. |
PUT | Update an alert comment. |
PUT | Update a set of comments with the same content. |
DELETE | Delete alert comments. |
Endpoints and methods
POST /comments/add
Add a comment to a triggered alert.
POST /comments/bulk/add
Add a comment to a set of triggered alerts.
POST /comments/list
Get all comments of the indicated alerts.
PUT /comments/update
Update an alert comment.
PUT /comments/bulk/update
Update a set of alert comments with the same content.
DELETE /comments/delete
Delete the specified alert comments.