circle-info
Squadcast is now SolarWinds Incident Response

V3RunbooksCreateRunbookRequest

Represents the request body for creating a new runbook.

Example Usage

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

let value: V3RunbooksCreateRunbookRequest = {
  name: "<value>",
  steps: [],
  ownerId: "<id>",
};

Fields

Field
Type
Required
Description

name

string

✔️

The name of the runbook.

steps

✔️

The steps that make up the runbook.

ownerId

string

✔️

The ID of the team that owns this runbook.

entityOwner

The owner of the entity.

Last updated