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

string

✔️

The unique identifier for the escalation policy.

Name

string

✔️

The name of the escalation policy.

Description

string

✔️

A description of the escalation policy.

OrganizationID

string

✔️

The ID of the organization this policy belongs to.

Repetition

int

✔️

The number of times the entire policy should be repeated.

RepeatAfter

int

✔️

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

Rules

✔️

The rules that define the escalation steps.

Slug

string

✔️

The URL-friendly slug for the policy name.

EnableIncidentReminders

bool

✔️

Enable or disable incident reminders.

IncidentReminderRules

✔️

The rules for incident reminders.

EnableIncidentRetrigger

bool

✔️

Enable or disable automatic incident re-triggering.

RetriggerAfter

int

✔️

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

EntityOwner

✔️

The owner of the entity.

Owner

✔️

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

AccessControl

✔️

Access control list for this policy.

Last updated