circle-info
Squadcast is now SolarWinds Incident Response

V3SLOMarkSLOAffectedRequest

Example Usage

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

let value: V3SLOMarkSLOAffectedRequest = {
  incidentId: "<id>",
  slis: [
    "<value 1>",
  ],
  errorBudgetSpent: 1474.97,
  ownerType: "<value>",
  ownerId: "<id>",
  orgId: "<id>",
};

Fields

Field
Type
Required
Description

incidentId

string

✔️

N/A

slis

string[]

✔️

N/A

errorBudgetSpent

number

✔️

N/A

ownerType

string

✔️

N/A

ownerId

string

✔️

N/A

orgId

string

✔️

N/A

Last updated