Actions
Update Alert Status
Update the status of the selected alerts.

Preview this Workflow on desktop
Was this page helpful?
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
| Parameter | Description |
|---|---|
| Alert IDs | A comma-separated list of alert IDs to update their status. |
| Closure Reason | Select the reason why the alert status is updated to closed. |
| Closure Reason Description | Describe why the alert status is updated to closed. |
| Status | Select the new status to modify the alerts to. |
{
"Alert": {
"closure_reason": null,
"ref_id": "ADS10-3",
"status": "acknowledged"
}
}
Was this page helpful?