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

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

models.Step[]

✔️

N/A

deleted

boolean

N/A

deletedAt

Date

N/A

Last updated