circle-info
Squadcast is now SolarWinds Incident Response

WorkflowsGetWorkflowLogsRequest

Example Usage

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

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

Fields

Field
Type
Required
Description

workflowID

string

✔️

N/A

pageSize

number

N/A

pageNumber

number

N/A

Last updated