circle-info
Squadcast is now SolarWinds Incident Response

V3WorkflowsActionResponseSqAttachRunbooks

Example Usage

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

let value: V3WorkflowsActionResponseSqAttachRunbooks = {
  name: "sq_attach_runbooks",
  data: {
    runbooks: [
      {
        id: "<id>",
        name: "<value>",
      },
    ],
  },
};

Fields

Field
Type
Required
Description

Last updated