Alert Comments
REST API operation for alert comments
Overview
Required permissions
Operations
Authorizations
X-API-KeystringRequired
Body
alertIdstringRequired
The alert ID the comment is associated with
bodystringRequired
The body of the comment
formatstring · enumRequiredPossible values:
The format of the comment
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
404
not_found: Not Found response.
application/json
post
/alert-commentsAuthorizations
X-API-KeystringRequired
Path parameters
idstringRequired
ID of the comment
Body
alertIdstringRequired
The alert ID the comment is associated with
bodystringRequired
The body of the comment
formatstring · enumRequiredPossible values:
The format of the comment
Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
404
not_found: Not Found response.
application/json
post
/alert-comments/{id}Authorizations
X-API-KeystringRequired
Query parameters
alert-idstringRequired
The alert ID the comments are associated with
cursorstringOptional
the pagination token
limitinteger · int64 · max: 50OptionalDefault:
the maximum results to return
25Responses
200
OK response.
application/json
400
bad_request: Bad Request response.
application/json
get
/alert-commentsLast updated
Was this helpful?

