V3EscalationPoliciesEscalationPolicyResponse
Represents an Escalation Policy in the system.
Fields
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.
Last updated