circle-info
Squadcast is now SolarWinds Incident Response

SLOGetSLOByIdRequest

Example Usage

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

let value: SLOGetSLOByIdRequest = {
  sloID: 627146,
  ownerId: "<id>",
};

Fields

Field
Type
Required
Description

sloID

number

✔️

N/A

ownerId

string

✔️

N/A

Last updated