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

IncidentsUnmergeIncidentRequest

Example Usage

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

let value: IncidentsUnmergeIncidentRequest = {
  incidentID: "<id>",
  v3IncidentsUnmergeIncidentRequest: {
    sendNotification: true,
    assignMe: true,
  },
};

Fields

Field
Type
Required
Description

incidentID

string

✔️

N/A

v3IncidentsUnmergeIncidentRequest

✔️

N/A

Last updated