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

V3RunbooksUpdateRunbookRequest

Represents the request body for updating a runbook.

Example Usage

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

let value: V3RunbooksUpdateRunbookRequest = {
  name: "<value>",
  steps: [],
};

Fields

Field
Type
Required
Description

name

string

✔️

The name of the runbook.

steps

models.V3RunbooksStep[]

✔️

The steps that make up the runbook.

entityOwner

The owner of the entity.

Last updated