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

WorkflowsGetWorkflowByIdRequest

Example Usage

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

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

Fields

Field
Type
Required
Description

workflowID

string

✔️

N/A

Last updated