v3
latestOpenAPI 3.0.12026-07-31240345599.7 KBAlerts
Assign alert
This endpoint is used to assign an existing alert to a user or a group. Assigning an alert ensures that responsibility for addressing the alert is clearly established, promoting efficient alert management and quicker resolution times. It is a crucial operation for coordinating incident response efforts effectively.
post/api/{cloudId}/v1/alerts/{id}/assign
Path parameters
idstring required
Identifier of the alert.
Request body
Example request
{
"accountId": "bb4d9938-c3c2-455d-aaab-727aa701c0d8"
}Response
Returned if the request is successful.
Example response
{
"result": "Request will be processed",
"requestId": "d383c6e9-b1e7-4b59-9c35-72f1a2187777"
}