circle-info
Squadcast is now SolarWinds Incident Response

EscalationPoliciesUpdateEscalationPolicyResponse

The request has succeeded.

Example Usage

import { EscalationPoliciesUpdateEscalationPolicyResponse } from "@solarwinds/squadcast-sdk-typescript/models/operations";

let value: EscalationPoliciesUpdateEscalationPolicyResponse = {
  data: {
    id: "<id>",
    name: "<value>",
    description: "over under dock bashfully worthy",
    organizationId: "<id>",
    repetition: 790957,
    repeatAfter: 126052,
    rules: [],
    slug: "<value>",
    enableIncidentReminders: true,
    incidentReminderRules: [],
    enableIncidentRetrigger: true,
    retriggerAfter: 546840,
    entityOwner: {
      id: "<id>",
      type: "<value>",
    },
    owner: {
      id: "<id>",
      type: "team",
    },
    accessControl: [],
  },
};

Fields

Field
Type
Required
Description

data

✔️

Represents an Escalation Policy in the system.

Last updated