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