circle-info
Squadcast is now SolarWinds Incident Response

V3WorkflowsCreateWorkflowRequest

Example Usage

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

let value: V3WorkflowsCreateWorkflowRequest = {
  title: "<value>",
  ownerId: "<id>",
  trigger: "incident_acknowledged",
  filters: {},
  actions: [
    {
      name: "slack_archive_channel",
    },
  ],
};

Fields

Field
Type
Required
Description

title

string

✔️

N/A

description

string

N/A

ownerId

string

✔️

N/A

actions

models.V3WorkflowsActionRequest[]

✔️

N/A

enabled

boolean

N/A

Last updated