Update Alert

Update Alert
Request
URI
PUT
https://{api_host}/api/alerts/{alert_id}
COPY

Request Body
alertsUpdateAlertRequest of type(s) application/json
Required
"alertsUpdateAlertRequest Object"
string
state
Optional
Constraints: default: UNKNOWN_ALERTSTATE

state

Possible values are : UNKNOWN_ALERTSTATE, ACTIVE, CANCELLED, ACKNOWLEDGED,
string
alertId
Optional

alertId

Responses
200
Returns alertsAlertId of type(s) */*
{
    "alertId": "string"
}
string
alertId
Optional

alertId


404

Not Found

Operation doesn't return any data structure

Code Samples
COPY
                    curl -X PUT -H 'Authorization: <value>' -H 'Content-Type: application/json' -d '[{}]' https://{api_host}/api/alerts/{alert_id}