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

SqAttachRunbooks

Example Usage

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

let value: SqAttachRunbooks = {
  name: "sq_attach_runbooks",
  data: {
    runbooks: [],
  },
};

Fields

Field
Type
Required
Description

name

operations.Name

✔️

N/A

data

✔️

N/A

Last updated