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

V3WorkflowsComponentAndImpact

Example Usage

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

let value: V3WorkflowsComponentAndImpact = {
  componentId: 1319,
  impactStatusId: 627001,
};

Fields

Field
Type
Required
Description

componentId

number

✔️

N/A

impactStatusId

number

✔️

N/A

Last updated