v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Update alert message
This endpoint is used to update the message of an existing alert. This endpoint plays a crucial role in ensuring that alert messages remain accurate and up-to-date, aiding in the effective management and resolution of incidents.
patch/api/{cloudId}/v1/alerts/{id}/message
Path parameters
idstring required
Identifier of the alert.
Request body
Example request
{
"message": "The CPU usage on Server XYZ has exceeded 80% for over 5 minutes."
}Response
Returned if the request is successful.
Example response
{
"result": "Request will be processed",
"requestId": "d383c6e9-b1e7-4b59-9c35-72f1a2187777"
}