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

V3WorkflowsUpdateIncidentPriority

Example Usage

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

let value: V3WorkflowsUpdateIncidentPriority = {
  name: "sq_update_incident_priority",
  data: {
    priority: "P3",
  },
};

Fields

Field
Type
Required
Description

name

✔️

N/A

data

✔️

N/A

Last updated