circle-info
Squadcast is now SolarWinds Incident Response

RotationsUpdateRotationRequest

Example Usage

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

let value: RotationsUpdateRotationRequest = {
  scheduleID: "<id>",
  rotationID: "<id>",
  v4UpdateRotationRequest: {
    name: "<value>",
    startDate: "<value>",
    period: "<value>",
    changeParticipantsFrequency: 298635,
    changeParticipantsUnit: "<value>",
  },
};

Fields

Field
Type
Required
Description

scheduleID

string

✔️

N/A

rotationID

string

✔️

N/A

v4UpdateRotationRequest

✔️

N/A

Last updated