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