circle-info
Squadcast is now SolarWinds Incident Response

V3EscalationPoliciesEscalationPolicyRule

Represents a rule within an escalation policy.

Fields

Field
Type
Required
Description

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