circle-info
Squadcast is now SolarWinds Incident Response

IncidentsIncidentExportRequest

Example Usage

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

let value: IncidentsIncidentExportRequest = {
  startTime: new Date("2026-07-27T14:27:51.810Z"),
  endTime: new Date("2025-12-14T11:29:30.084Z"),
  type: "csv",
  ownerId: "<id>",
};

Fields

Field
Type
Required
Description

startTime

✔️

N/A

endTime

✔️

N/A

type

✔️

Defines the format of the export.

ownerId

string

✔️

N/A

status

string[]

N/A

services

string[]

N/A

sources

string[]

N/A

assignedTo

string[]

N/A

assignedToUserIDsAndTheirSquads

string[]

N/A

serviceOwner

string

N/A

tags

string[]

N/A

slos

number[]

N/A

textFilter

string

N/A

Last updated