Back to Home

Routing Rule configuration

A Routing Rule decides which incoming alerts are sent to which Schedule. It references a Schedule, so create the Schedule first.

Fields

FieldTypeRequiredDefaultNotes
namestringYesRule name. Cannot be empty.
schedule_idnumberYesThe target Schedule. Must reference an existing Schedule (greater than 0).
match_modestringYesallall (every condition must match) or any (at least one). An empty value defaults to all.
prioritynumberYes0Lower values are evaluated first. Zero is allowed.
descriptionstringNo""Free-text description.
conditionsarrayNo[]List of { field, op, value } conditions to match against the alert.
is_activebooleanNotrueWhether the rule is active. Can only be set when updating an existing rule, not at creation.