IncidentRule

Incident rule object

Fields

_id (ID!)

Rule id

name (String!)

Name for the rule

conditions ([SearchToken!]!)

Array of conditions that need to be matched for the rule to fire an action

enabled (Boolean!)

Whether or not rule is enabled and usable at the moment

actions ([IncidentRuleActionUnion!]!)

Array of actions for the rule

priority (Int!)

Priority for the rule, lower the number, the more prioritised it is compared to others

incidentMatches ([IncidentMatch!]!)

What incidents the rule has matched for, and action taken for @filterable @paginatable @sortable

Argument Type Description
first Int
sort [IncidentMatch_sort]
filter IncidentMatch_filter
last Int
skip Int
before ID
after ID