V3EscalationPoliciesCreateEscalationPolicyRequest
Last updated
OwnerID
string
✔️
The ID of the team that owns this escalation policy.
Name
string
✔️
The name of the escalation policy.
Description
string
✔️
A description of the escalation policy.
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.
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