Alerts
Unacknowledge alert
This endpoint is used to set the 'acknowledged' property of an existing alert as 'false', effectively marking it's status as 'open'. This allows for better tracking and management of alerts by indicating that an alert has not yet been acknowledged or addressed.
post/api/{cloudId}/v1/alerts/{id}/unacknowledge
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"
}Changes
No recorded changes to this endpoint across all 3 revisions of this API.