External DocumentationTo learn more, visit the Varonis documentation.
Actions
Close Alerts
Close specified alerts with a given closing reason.

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 IDs of the alerts to close. |
| Closing Reason ID | The ID corresponding to the reason for closing the alert. |
{
"data": [
{
"result": {
"__typename": "AlertMutation"
},
"succeeded": true,
"extensions": {
"__typename": "ErrorExtensions"
}
}
]
}
Was this page helpful?