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

AnalyticsGetOrgAnalyticsRequest

Example Usage

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

let value: AnalyticsGetOrgAnalyticsRequest = {
  from: "<value>",
  to: "<value>",
};

Fields

Field
Type
Required
Description

from

string

✔️

N/A

to

string

✔️

N/A

teamId

string

N/A

userId

string

N/A

Last updated