v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Execute custom action
This endpoint is used to execute custom actions on an existing alert. Custom actions allow for more flexible and specific responses to alerts, including integrations with external systems or triggering complex workflows. This operation is a powerful tool for extending the capabilities of the alert management process beyond predefined actions.
post/api/{cloudId}/v1/alerts/{id}/action
Path parameters
idstring required
Request body
Example request
{
"actionName": "RestartServer"
}Response
Returned if the request is successful.
Example response
{
"result": "Request will be processed",
"requestId": "d383c6e9-b1e7-4b59-9c35-72f1a2187777"
}