circle-info
Squadcast is now SolarWinds Incident Response

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

✔️

The steps that make up the runbook.

entityOwner

The owner of the entity.

Last updated