Create a Signals escalation policy for a team.
Field | Type | Required | Description |
---|---|---|---|
Name |
string | ✔️ | The escalation policy's name. |
Description |
*string | ➖ | A detailed description of the escalation policy. |
Repetitions |
*int | ➖ | The number of times that the escalation policy should repeat before an alert is dropped. |
Default |
*bool | ➖ | Whether this escalation policy should be the default for the team. |
Steps |
[]components.PostV1TeamsTeamIDEscalationPoliciesSteps | ✔️ | A list of steps that define how an alert should escalate through the policy. |
HandoffStep |
*components.HandoffStep | ➖ | A step that defines where an alert should be sent when the policy is exhausted and the alert is still unacknowledged. |