/alertActionRules/{actionRuleId}

Update single alert action rule.

Path Params
string
required
Body Params
string

Name to let humans easily identify and understand the alert action rule.

string

Large text field that allows users to leave notes for themselves and others.

boolean
Defaults to true

If set to true, this rule is active, if set to false, it will not be applied.

alertTypes
array of strings | null

If defined, this rule will only trigger on alerts of the given types.

alertTypes
actorIds
array of strings | null

If defined, this rule will only trigger on alerts about actors with the given ids.

actorIds
actorTypes
array of strings | null

If defined, this rule will only trigger on alerts about actors of the given types.

actorTypes
actorAccountIds
array of strings | null

If defined, this rule will only trigger on alerts about actors from the given accounts.

actorAccountIds
ruleIds
array of strings | null

If defined, this rule will only trigger on alerts that were generated by one of the given alert condition rules.

ruleIds
integer | null

If defined, this rule will only trigger on alerts with a priority greater than or equal to the given value.

integer | null

If defined, this rule will only trigger on alerts with a priority less than or equal to the given value.

alertActionIds
array of strings

Defines the actions to take if an alert matches the rule.

alertActionIds
locationIds
array of strings | null

If defined, this rule will only trigger on alerts about actors from the given locations.

locationIds
Responses
204

Alert Condition Rule Updated

Language
Credentials
Bearer
JWT
URL
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json