V3EscalationPoliciesEscalationPolicyRule
Last updated
Represents a rule within an escalation policy.
escalation_time
int
✔️
The time in minutes to wait before this rule is triggered.
via
List[str]
✔️
The notification methods to use for this rule.
roundrobin_enabled
bool
✔️
Indicates if round-robin is enabled for the entities in this rule.
roundrobin_next_index
int
✔️
The index of the next entity to be notified in a round-robin setup.
entities
✔️
The entities to be notified in this rule.
escalate_within_roundrobin
bool
✔️
Indicates if escalation should happen within the round-robin rotation.
repetition
int
✔️
The number of times this specific rule should be repeated.
repeat_after
int
✔️
The time in minutes after which this rule should be repeated.
Last updated