circle-info
Squadcast is now SolarWinds Incident Response

SLOGetAllSLOsRequest

Example Usage

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

let value: SLOGetAllSLOsRequest = {
  ownerId: "<id>",
  offset: "<value>",
  limit: "<value>",
};

Fields

Field
Type
Required
Description

ownerId

string

✔️

N/A

offset

string

✔️

N/A

limit

string

✔️

N/A

Last updated