Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3EscalationPoliciesEscalationPolicyResponse

Represents an Escalation Policy in the system.

Fields

Field
Type
Required
Description

id

str

✔️

The unique identifier for the escalation policy.

name

str

✔️

The name of the escalation policy.

description

str

✔️

A description of the escalation policy.

organization_id

str

✔️

The ID of the organization this policy belongs to.

repetition

int

✔️

The number of times the entire policy should be repeated.

repeat_after

int

✔️

The time in minutes after which the policy should be repeated.

rules

✔️

The rules that define the escalation steps.

slug

str

✔️

The URL-friendly slug for the policy name.

enable_incident_reminders

bool

✔️

Enable or disable incident reminders.

incident_reminder_rules

✔️

The rules for incident reminders.

enable_incident_retrigger

bool

✔️

Enable or disable automatic incident re-triggering.

retrigger_after

int

✔️

The time in hours after which an incident should be re-triggered.

entity_owner

✔️

The owner of the entity.

owner

models.CommonV3RBACOwner

✔️

The RBAC owner of the policy (typically a team).

access_control

✔️

Access control list for this policy.

Last updated