IncidentRule
Incident rule object
Fields
_id (
ID!
)
Rule id
actions (
[IncidentRuleActionUnion!]!
)
Array of actions 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
incidentMatches (
[IncidentMatch!]!
)
Which incidents the rule has matched against, and which actions were taken @filterable @paginatable @sortable
Argument | Type | Description |
---|---|---|
after |
ID
|
|
before |
ID
|
|
filter |
IncidentMatch_filter
|
|
first |
Int
|
|
last |
Int
|
|
skip |
Int
|
|
sort |
[IncidentMatch_sort]
|
name (
String!
)
Name for the rule
priority (
Int!
)
Priority for the rule, lower the number, the more prioritised it is compared to others