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

RotationsGetScheduleRotationByIdResponse

The request has succeeded.

Example Usage

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

let value: RotationsGetScheduleRotationByIdResponse = {
  data: {
    id: 367180,
    name: "<value>",
    scheduleID: 797852,
    color: "tan",
    startDate: "<value>",
    period: "<value>",
    changeParticipantsFrequency: 276607,
    changeParticipantsUnit: "<value>",
    createdAt: "1711567054247",
    updatedAt: "1735616809351",
  },
};

Fields

Field
Type
Required
Description

data

models.V4RotationResponse

✔️

N/A

Last updated