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

SchedulesListSchedulesResponseBody

The request has succeeded.

Example Usage

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

let value: SchedulesListSchedulesResponseBody = {
  data: [
    {
      id: 318618,
      name: "<value>",
      description:
        "absent carpool yuck onto ponder monthly disrespect successfully unbearably hence",
      orgID: "<id>",
      teamID: "<id>",
      timeZone: "America/Juneau",
      paused: false,
      ownerID: "<id>",
      ownerType: "user",
      tags: [
        {
          key: "<key>",
          value: "<value>",
          color: "white",
        },
      ],
      createdAt: "1711102988204",
      updatedAt: "1735682750479",
    },
  ],
};

Fields

Field
Type
Required
Description

data

models.V4ScheduleResponse[]

✔️

N/A

pageInfo

models.CommonV4PageInfo

N/A

Last updated