V3SloSlo
Example Usage
import { V3SloSlo } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3SloSlo = {
id: 223043,
name: "<value>",
timeIntervalType: "fixed",
serviceIds: [],
slis: [
"<value 1>",
"<value 2>",
"<value 3>",
],
targetSlo: 7638.9,
startTime: new Date("2025-10-08T23:19:06.731Z"),
endTime: new Date("2026-09-26T00:19:14.348Z"),
allocatedErrorBudget: 4543.54,
isActive: true,
ownerType: "<value>",
ownerId: "<id>",
orgId: "<id>",
};Fields
Field
Type
Required
Description
id
number
✔️
N/A
name
string
✔️
N/A
description
string
➖
N/A
serviceIds
string[]
✔️
N/A
slis
string[]
✔️
N/A
targetSlo
number
✔️
N/A
currentSlo
number
➖
N/A
isHealthy
boolean
➖
N/A
remainingErrorBudget
number
➖
N/A
allocatedErrorBudget
number
✔️
N/A
isActive
boolean
✔️
N/A
incidentCount
number
➖
N/A
falsePositiveCount
number
➖
N/A
ownerType
string
✔️
N/A
ownerId
string
✔️
N/A
orgId
string
✔️
N/A
sloOwnerId
string
➖
N/A
durationInDays
number
➖
N/A
Last updated