/
Working with alert comments using the API

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 /v1/comments/add see below

Add an annotation to a triggered alert.

POST /v1/comments/bulk/add see below

Add an annotation to a set of triggered alerts.

POST /v1/comments/list see below

Get all the annotations of the indicated alerts.

PUT /v1/comments/update see below

Update an alert annotation.

PUT /v1/comments/bulk/update see below

Update a set of annotations with the same content.

DELETE /v1/comments/delete see below

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.