circle-info
Squadcast is now SolarWinds Incident Response

V3SLOSLODetailedResponse

Example Usage

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

let value: V3SLOSLODetailedResponse = {
  id: 947153,
  name: "<value>",
  timeIntervalType: "fixed",
  serviceIds: [
    "<value 1>",
    "<value 2>",
    "<value 3>",
  ],
  slis: [],
  targetSlo: 3087.59,
  startTime: new Date("2026-07-03T06:23:35.483Z"),
  endTime: new Date("2024-08-11T13:16:52.341Z"),
  allocatedErrorBudget: 8091.16,
  isActive: false,
  ownerType: "<value>",
  ownerId: "<id>",
  orgId: "<id>",
};

Fields

Field
Type
Required
Description

id

number

✔️

N/A

name

string

✔️

N/A

description

string

N/A

timeIntervalType

✔️

N/A

serviceIds

string[]

✔️

N/A

slis

string[]

✔️

N/A

targetSlo

number

✔️

N/A

currentSlo

number

N/A

startTime

✔️

N/A

endTime

✔️

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

sloMonitoringChecks

N/A

sloActions

N/A

ownerType

string

✔️

N/A

ownerId

string

✔️

N/A

orgId

string

✔️

N/A

sloOwnerId

string

N/A

sloOwnerType

N/A

createdAt

N/A

updatedAt

N/A

deletedAt

N/A

durationInDays

number

N/A

Last updated