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

V3IncidentsMergeIntoExistingParentRequest

Request body for merging incidents into an existing parent incident.

Example Usage

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

let value: V3IncidentsMergeIntoExistingParentRequest = {
  ownerId: "<id>",
  parentIncidentId: "<id>",
  children: [
    "<value 1>",
    "<value 2>",
  ],
};

Fields

Field
Type
Required
Description

ownerId

string

✔️

N/A

parentIncidentId

string

✔️

N/A

children

string[]

✔️

N/A

Last updated