v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Close alert
This endpoint is used to close an existing alert. Closing an alert indicates that the issue has been resolved and no further action is necessary. This operation is essential for maintaining an accurate overview of the operational status and for ensuring that only active, unresolved issues remain open.
post/api/{cloudId}/v1/alerts/{id}/close
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"
}