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

V3IncidentsExportIncidentsFilter

Filter criteria for incidents in an export.

Example Usage

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

let value: V3IncidentsExportIncidentsFilter = {
  services: [
    "<value 1>",
    "<value 2>",
  ],
  sources: [
    "<value 1>",
    "<value 2>",
  ],
  serviceOwner: {
    userIDs: [
      "<value 1>",
    ],
    squadIDs: [
      "<value 1>",
    ],
  },
  assignedTo: [],
  assignedToUserIDsAndTheirSquads: [
    "<value 1>",
    "<value 2>",
  ],
  statuses: [
    "<value 1>",
    "<value 2>",
  ],
  priority: [
    "P3",
  ],
  tags: [
    "<value 1>",
  ],
  notes: "<value>",
};

Fields

Field
Type
Required
Description

services

string[]

✔️

N/A

sources

string[]

✔️

N/A

serviceOwner

✔️

Filter criteria for service owner in an export.

assignedTo

string[]

✔️

N/A

assignedToUserIDsAndTheirSquads

string[]

✔️

N/A

statuses

string[]

✔️

N/A

priority

✔️

N/A

tags

string[]

✔️

N/A

notes

string

✔️

N/A

Last updated