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
The index of the next entity to be notified in a round-robin setup.
entities
List[models.V3EscalationPoliciesEscalationEntity]
The entities to be notified in this rule.
escalate_within_roundrobin
Indicates if escalation should happen within the round-robin rotation.
repetition
The number of times this specific rule should be repeated.
repeat_after
The time in minutes after which this rule should be repeated.
Last updated 8 days ago