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

V3IncidentsReassignIncidentRequest

Request body for reassigning an incident.

Example Usage

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

let value: V3IncidentsReassignIncidentRequest = {
  reassignTo: {
    id: "<id>",
    type: "user",
  },
};

Fields

Field
Type
Required
Description

reassignTo

✔️

Assignment target for an incident.

Last updated