Endpoint
/api/v2/tenants/{tenantId}/alerts/{alertId}/actions/{action}
Path Parameters
tenantIdstring
alertIdstring
actionstring
descriptionstring
{
"description": "close a ticket"
}
Responses
OK
Posts an action on an alert.
When unacknowledge or unsuppress is specified, the alert status becomes either open or ticketed (if there is an incident ID associated with the alert).
/api/v2/tenants/{tenantId}/alerts/{alertId}/actions/{action}
{
"description": "close a ticket"
}
OK