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

V3IncidentsMergeIncidentsResponse

Result of merging incidents.

Example Usage

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

let value: V3IncidentsMergeIncidentsResponse = {
  message: "<value>",
  parentIncidentId: "<id>",
  children: [
    "<value 1>",
  ],
};

Fields

Field
Type
Required
Description

message

string

✔️

N/A

parentIncidentId

string

✔️

N/A

children

string[]

✔️

N/A

Last updated