circle-info
Squadcast is now SolarWinds Incident Response

RotationsCreateRotationRequest

Example Usage

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

let value: RotationsCreateRotationRequest = {
  scheduleID: "<id>",
  v4CreateRotationRequest: {
    name: "<value>",
    startDate: "<value>",
    period: "<value>",
    changeParticipantsFrequency: 62878,
    changeParticipantsUnit: "<value>",
    participantGroups: [
      {
        participants: [
          {
            id: "<id>",
            type: "<value>",
          },
        ],
      },
    ],
  },
};

Fields

Field
Type
Required
Description

scheduleID

string

✔️

N/A

v4CreateRotationRequest

✔️

N/A

Last updated