Squadcast is now SolarWinds Incident Response
For the complete documentation index, see llms.txt. This page is also available as Markdown.

V3SLOSLOResponse

Example Usage

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

let value: V3SLOSLOResponse = {
  id: 866237,
  name: "<value>",
  timeIntervalType: "fixed",
  serviceIds: [
    "<value 1>",
  ],
  slis: [],
  targetSlo: 3061.22,
  startTime: new Date("2024-07-05T17:30:38.206Z"),
  endTime: new Date("2024-12-07T22:26:54.066Z"),
  allocatedErrorBudget: 5467.28,
  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

Date

✔️

N/A

endTime

Date

✔️

N/A

isHealthy

boolean

N/A

remainingErrorBudget

number

N/A

allocatedErrorBudget

number

✔️

N/A

isActive

boolean

✔️

N/A

tags

N/A

incidentCount

number

N/A

falsePositiveCount

number

N/A

sloMonitoringChecks

N/A

sloActions

models.V3SLOSLOAction[]

N/A

ownerType

string

✔️

N/A

ownerId

string

✔️

N/A

orgId

string

✔️

N/A

sloOwnerId

string

N/A

sloOwnerType

models.V3SLOSLOOwnerType

N/A

createdAt

Date

N/A

updatedAt

Date

N/A

deletedAt

Date

N/A

durationInDays

number

N/A

Last updated