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

Parameters

ParameterDescription
Alert IDsA comma-separated list of IDs of the alerts to close.
Closing Reason IDThe ID corresponding to the reason for closing the alert.

Example Output

{
	"data": [
		{
			"result": {
				"__typename": "AlertMutation"
			},
			"succeeded": true,
			"extensions": {
				"__typename": "ErrorExtensions"
			}
		}
	]
}

Workflow Library Example

Close Alerts with Varonis and Send Results Via Email
Workflow LibraryPreview this Workflow on desktop