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

WorkflowsGetWorkflowActionByIdResponse

The request has succeeded.

Example Usage

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

let value: WorkflowsGetWorkflowActionByIdResponse = {
  data: {
    id: 573919,
    workflowId: 434598,
    name: "<value>",
    data: "<value>",
  },
};

Fields

Field
Type
Required
Description

data

✔️

N/A

Last updated