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

V3IncidentsMergeNewParentIncidentRequest

Details used to create a new parent incident while merging incidents.

Example Usage

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

let value: V3IncidentsMergeNewParentIncidentRequest = {
  message: "<value>",
  assignee: {
    id: "<id>",
    type: "escalationpolicy",
  },
  serviceId: "<id>",
};

Fields

Field
Type
Required
Description

message

string

✔️

N/A

description

string

N/A

priority

Represents the priority of an incident.

tags

N/A

assignee

✔️

Assignment target for an incident.

serviceId

string

✔️

N/A

Last updated