circle-info
Squadcast is now SolarWinds Incident Response

V3EscalationPoliciesEscalationEntity

Represents an entity to be notified in an escalation rule.

Example Usage

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

let value: V3EscalationPoliciesEscalationEntity = {
  type: "user",
};

Fields

Field
Type
Required
Description

id

string

The unique identifier of the entity (user, squad, or schedule v1).

pid

number

The unique identifier of the entity (schedule v2).

type

✔️

The type of the entity.

Last updated