circle-info
Squadcast is now SolarWinds Incident Response

SLOMarkSLOFalsePositiveRequest

Example Usage

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

let value: SLOMarkSLOFalsePositiveRequest = {
  sloID: 674015,
  incidentID: 637875,
  value: true,
  ownerId: "<id>",
  requestBody: {},
};

Fields

Field
Type
Required
Description

sloID

number

✔️

N/A

incidentID

number

✔️

N/A

value

boolean

✔️

N/A

ownerId

string

✔️

N/A

Last updated