V3EscalationPoliciesEscalationPolicyResponse
Example Usage
import { V3EscalationPoliciesEscalationPolicyResponse } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3EscalationPoliciesEscalationPolicyResponse = {
id: "<id>",
name: "<value>",
description: "exalt atop as meh before",
organizationId: "<id>",
repetition: 242949,
repeatAfter: 611167,
rules: [
{
escalationTime: 703277,
via: [
"<value 1>",
"<value 2>",
],
roundrobinEnabled: true,
roundrobinNextIndex: 733468,
entities: [
{
type: "user",
},
],
escalateWithinRoundrobin: true,
repetition: 925422,
repeatAfter: 399323,
},
],
slug: "<value>",
enableIncidentReminders: false,
incidentReminderRules: [],
enableIncidentRetrigger: false,
retriggerAfter: 515381,
entityOwner: {
id: "<id>",
type: "<value>",
},
owner: {
id: "<id>",
type: "team",
},
accessControl: [],
};Fields
Field
Type
Required
Description
Last updated