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

V3IncidentsUnmergeIncidentRequest

Request body for unmerging a child incident from its parent.

Example Usage

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

let value: V3IncidentsUnmergeIncidentRequest = {
  sendNotification: true,
  assignMe: true,
};

Fields

Field
Type
Required
Description

sendNotification

boolean

✔️

N/A

assignMe

boolean

✔️

N/A

Last updated