v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Acknowledge alert
This endpoint is used to acknowledge an existing alert. Acknowledging an alert indicates that it has been received and is being acted upon, preventing duplicate efforts and coordinating response actions.
post/api/{cloudId}/v1/alerts/{id}/acknowledge
Path parameters
idstring required
Identifier of the alert.
Response
Returned if the request is successful.
Example response
{
"result": "Request will be processed",
"requestId": "d383c6e9-b1e7-4b59-9c35-72f1a2187777"
}