Skip to main content
POST
cURL

Authorizations

Authorization
string
header
required

API Key authentication for programmatic access. Include your API key in the Authorization header as: Bearer your_api_key_here

Body

application/json
agentIds
string<uuid>[]
required

Agents whose triggers should have alert creation toggled

Required array length: 1 - 200 elements
createAlert
boolean
required

Whether the triggers should create alerts when they fire

Response

Successful response

updatedAgentIds
string<uuid>[]
required

Agents that had at least one trigger updated

updatedTriggerCount
integer
required

Total number of triggers whose alert-creation setting changed

Required range: x >= 0
agentsWithoutTriggers
string<uuid>[]
required

Supplied agents that had no triggers to update