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

V3SLOSLOAction

Example Usage

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

let value: V3SLOSLOAction = {
  type: "SERVICE",
};

Fields

Field
Type
Required
Description

id

number

N/A

sloId

number

N/A

type

models.V3SLOSLOActionType

✔️

N/A

userId

string

N/A

squadId

string

N/A

serviceId

string

N/A

ownerType

string

N/A

ownerId

string

N/A

createdAt

Date

N/A

updatedAt

Date

N/A

deletedAt

Date

N/A

Last updated