circle-info
Squadcast is now SolarWinds Incident Response

V4CreateRotationRequest

Example Usage

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

let value: V4CreateRotationRequest = {
  name: "<value>",
  startDate: "<value>",
  period: "<value>",
  changeParticipantsFrequency: 493865,
  changeParticipantsUnit: "<value>",
  participantGroups: [
    {
      participants: [
        {
          id: "<id>",
          type: "<value>",
        },
      ],
    },
  ],
};

Fields

Field
Type
Required
Description

name

string

✔️

N/A

color

string

N/A

startDate

string

✔️

N/A

period

string

✔️

N/A

customPeriodFrequency

number

N/A

customPeriodUnit

string

N/A

shiftTimeSlots

N/A

changeParticipantsFrequency

number

✔️

N/A

changeParticipantsUnit

string

✔️

N/A

endDate

string

N/A

endsAfterIterations

number

N/A

participantGroups

✔️

N/A

Last updated