circle-info
Squadcast is now SolarWinds Incident Response

V3IncidentsRunbooksRunbookResponse

Example Usage

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

let value: V3IncidentsRunbooksRunbookResponse = {
  incidentId: "<id>",
  runbookId: "<id>",
  name: "<value>",
  steps: [],
};

Fields

Field
Type
Required
Description

id

string

N/A

incidentId

string

✔️

N/A

runbookId

string

✔️

N/A

name

string

✔️

N/A

steps

✔️

N/A

deleted

boolean

N/A

deletedAt

N/A

Last updated