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

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

requestBody

✔️

N/A

Last updated