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

IncidentsMergeIncidentsResponse

The request has succeeded.

Example Usage

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

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

Fields

Field
Type
Required
Description

data

✔️

Result of merging incidents.

Last updated