circle-info
Squadcast is now SolarWinds Incident Response

WorkflowsGetWorkflowActionByIdRequest

Example Usage

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

let value: WorkflowsGetWorkflowActionByIdRequest = {
  workflowID: "<id>",
  actionID: "<id>",
};

Fields

Field
Type
Required
Description

workflowID

string

✔️

N/A

actionID

string

✔️

N/A

Last updated