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
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}
Alert Service Operations
GET
Get Alert Trigger History
PUT
Update Alert
GET
Get Alert
POST
Create Alert
GET
List Alerts