Skip to main content

Documentation Index

Fetch the complete documentation index at: https://docs.blinkops.com/llms.txt

Use this file to discover all available pages before exploring further.

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