circle-info
Squadcast is now SolarWinds Incident Response

WorkflowsListWorkflowsRequest

Example Usage

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

let value: WorkflowsListWorkflowsRequest = {
  ownerId: "<id>",
};

Fields

Field
Type
Required
Description

ownerId

string

✔️

N/A

pageSize

number

N/A

pageNumber

number

N/A

search

string

N/A

event

string[]

N/A

actions

string[]

N/A

tags

string[]

N/A

owner

string[]

N/A

createdBy

string[]

N/A

updatedBy

string[]

N/A

enabled

string

N/A

Last updated