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

V3SLOSLOMonitoringCheck

Example Usage

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

let value: V3SLOSLOMonitoringCheck = {
  name: "<value>",
  ownerType: "<value>",
  ownerId: "<id>",
};

Fields

Field
Type
Required
Description

id

number

N/A

sloId

number

N/A

name

string

✔️

N/A

threshold

number

N/A

ownerType

string

✔️

N/A

ownerId

string

✔️

N/A

orgId

string

N/A

isChecked

boolean

N/A

createdAt

Date

N/A

updatedAt

Date

N/A

deletedAt

Date

N/A

Last updated