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

V3IncidentsBulkIncidentsPriorityUpdateRequest

Request body for bulk updating incident priority.

Example Usage

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

let value: V3IncidentsBulkIncidentsPriorityUpdateRequest = {
  incidentIds: [
    "<value 1>",
    "<value 2>",
    "<value 3>",
  ],
  priority: "<value>",
};

Fields

Field
Type
Required
Description

incidentIds

string[]

✔️

N/A

priority

string

✔️

N/A

Last updated