Squadcast is now SolarWinds Incident Response

WorkflowsListWorkflowsResponse

Example Usage

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

let value: WorkflowsListWorkflowsResponse = {
  result: {
    data: [
      {
        id: 801512,
        ownerId: "<id>",
        title: "<value>",
        description: "heartbeat shovel phew lender screw",
        enabled: false,
        trigger: "<value>",
        tags: [
          {},
        ],
        actions: [],
        createdAt: "1730407602344",
        createdBy: "<value>",
      },
    ],
    meta: {
      totalCount: 309828,
    },
  },
};

Fields

Field
Type
Required
Description

Last updated