Alert - Update Status

Update Alert Status

The POST /alerts/{alertId}/statuses endpoint is used to update the status of an alert. The status can be one of the following values: OPEN, CLOSED, REOPENED, IN_PROGRESS, ON_HOLD. Note: When closing an alert the reason field is required.

Path parameters

alertIdstringRequired

Headers

x-api-keystringRequired

Request

This endpoint expects an object.
statusenumRequired
Allowed values:
reasonlist of enumsOptional
otherReasonstringOptional
commentstringOptional
fileslist of objectsOptional

Response

OK

alertStatusenumOptional
Allowed values:

Errors