circle-info
Squadcast is now SolarWinds Incident Response

SLOGetAllSLOsResponse

The request has succeeded.

Example Usage

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

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

Fields

Field
Type
Required
Description

Last updated