V3EscalationPoliciesEscalationPolicyRule
Last updated
Represents a rule within an escalation policy.
EscalationTime
int
✔️
The time in minutes to wait before this rule is triggered.
Via
[]string
✔️
The notification methods to use for this rule.
RoundrobinEnabled
bool
✔️
Indicates if round-robin is enabled for the entities in this rule.
RoundrobinNextIndex
int
✔️
The index of the next entity to be notified in a round-robin setup.
Entities
✔️
The entities to be notified in this rule.
EscalateWithinRoundrobin
bool
✔️
Indicates if escalation should happen within the round-robin rotation.
Repetition
int
✔️
The number of times this specific rule should be repeated.
RepeatAfter
int
✔️
The time in minutes after which this rule should be repeated.
Last updated