Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

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