Document toolboxDocument toolbox

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

Endpoints and methods

Description

POST /comments/add see below

Add a comment to a triggered alert.

POST /comments/bulk/add see below

Add a comment to a set of triggered alerts.

POST /comments/list see below

Get all the comments of the indicated alerts.

PUT /comments/update see below

Update an alert comment.

PUT /comments/bulk/update see below

Update a set of comments with the same content.

DELETE /comments/delete see below

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.