Update the status of specified alerts.
External DocumentationTo learn more, visit the Varonis documentation.

Parameters

ParameterDescription
Alert IDsA comma-separated list of IDs of the alerts to change the status for.
StatusThe new status for specified alerts.

Example Output

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

Workflow Library Example

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