V3RunbooksCreateRunbookRequest
Last updated
Represents the request body for creating a new runbook.
import { V3RunbooksCreateRunbookRequest } from "@solarwinds/squadcast-sdk-typescript/models";
let value: V3RunbooksCreateRunbookRequest = {
name: "<value>",
steps: [],
ownerId: "<id>",
};name
string
✔️
The name of the runbook.
ownerId
string
✔️
The ID of the team that owns this runbook.
Last updated