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

SLOGetAllSLOsData

Example Usage

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

let value: SLOGetAllSLOsData = {
  meta: {
    total: 417309,
    offset: 773204,
    limit: 697366,
  },
  slos: [],
};

Fields

Field
Type
Required
Description

meta

✔️

N/A

slos

models.V3SloSlo[]

✔️

N/A

Last updated