v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Update alert description
This endpoint is used to update the description of an existing alert. This endpoint plays a crucial role in ensuring that team members have the most current details for incident response.
patch/api/{cloudId}/v1/alerts/{id}/description
Path parameters
idstring required
Identifier of the alert.
Request body
Example request
{
"description": "The alert is triggered due to the high CPU usage on Server XYZ. The CPU usage has consistently been above 80% for more than 5 minutes which could potentially lead to server slowdown or even a crash. Suggested action is to investigate the processes consuming high CPU and optimize or terminate them as needed. If the issue persists, consider upgrading the server resources."
}Response
Returned if the request is successful.
Example response
{
"result": "Request will be processed",
"requestId": "d383c6e9-b1e7-4b59-9c35-72f1a2187777"
}