circle-info
Squadcast is now SolarWinds Incident Response

V3SLOCreateSLORequest

Example Usage

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

let value: V3SLOCreateSLORequest = {
  name: "<value>",
  timeIntervalType: "rolling",
  serviceIds: [],
  slis: [],
  targetSlo: 1437.49,
  startTime: new Date("2026-11-03T18:13:43.065Z"),
  endTime: new Date("2025-08-03T22:12:54.561Z"),
  durationInDays: 989624,
  ownerType: "<value>",
  ownerId: "<id>",
  sloOwnerId: "<id>",
  sloOwnerType: "user",
};

Fields

Field
Type
Required
Description

name

string

✔️

N/A

description

string

N/A

timeIntervalType

✔️

N/A

serviceIds

string[]

✔️

N/A

slis

string[]

✔️

N/A

targetSlo

number

✔️

N/A

startTime

✔️

N/A

endTime

✔️

N/A

durationInDays

number

✔️

N/A

sloMonitoringChecks

N/A

sloActions

N/A

ownerType

string

✔️

N/A

ownerId

string

✔️

N/A

sloOwnerId

string

✔️

N/A

sloOwnerType

✔️

N/A

Last updated