v1

latestOpenAPI 3.0.32026-07-24148824715.6 KB
Alerts & Risks

Transition an alert to a state

This endpoint transitions an alert to a new state.

You need the "Update alerts" permission to use this endpoint.

post/v2/alerts/{alert_identifier}/transition

Path parameters

alert_identifierstring uuid required

UUID identifier of the alert

Request body

state'NOT_STARTED' | 'IN_PROGRESS' | 'POSITIVE_END_STATE' | 'NEGATIVE_END_STATE' required

Response

State of the alert transitioned to

state'NOT_STARTED' | 'IN_PROGRESS' | 'POSITIVE_END_STATE' | 'NEGATIVE_END_STATE' required