URL

POST https://{api-url}/api/v2/tenants/{tenantId}/alerts/{alertId}/actions/{action}

Sample URLs

https://{api-url}/api/v2/api/v2/tenants/client_93/alerts/100/actions/acknowledge

https://{api-url}/api/v2/api/v2/tenants/client_93/alerts/100/actions/suppress

https://{api-url}/api/v2/api/v2/tenants/client_93/alerts/100/actions/close

https://{api-url}/api/v2/api/v2/tenants/client_93/alerts/100/actions/unacknowledge

https://{api-url}/api/v2/api/v2/tenants/client_93/alerts/100/actions/unsuppress

Supported action types

ActionDescription
AcknowledgeAccept the ownership of the alert and act upon it.
SuppressTemporarily disable the alert.
CloseClose an incident if the alert has been resolved.
UnacknowledgeUndo the acknowledge action.
UnsuppressUndo the suppress action.

Sample request

{ "description": "close a ticket" }

Sample response

Null