Reports interface

Interface representing a Reports.

Methods

getLatencyScorecards(string, string, string, string, ReportsGetLatencyScorecardsOptionalParams)

Gets a Latency Scorecard for a given Experiment

getTimeseries(string, string, string, Date, Date, string, string, ReportsGetTimeseriesOptionalParams)

Gets a Timeseries for a given Experiment

Method Details

getLatencyScorecards(string, string, string, string, ReportsGetLatencyScorecardsOptionalParams)

Gets a Latency Scorecard for a given Experiment

function getLatencyScorecards(resourceGroupName: string, profileName: string, experimentName: string, aggregationInterval: string, options?: ReportsGetLatencyScorecardsOptionalParams): Promise<LatencyScorecard>

Parameters

resourceGroupName

string

Name of the Resource group within the Azure subscription.

profileName

string

The Profile identifier associated with the Tenant and Partner

experimentName

string

The Experiment identifier associated with the Experiment

aggregationInterval

string

The aggregation interval of the Latency Scorecard

options
ReportsGetLatencyScorecardsOptionalParams

The options parameters.

Returns

Promise<LatencyScorecard>

getTimeseries(string, string, string, Date, Date, string, string, ReportsGetTimeseriesOptionalParams)

Gets a Timeseries for a given Experiment

function getTimeseries(resourceGroupName: string, profileName: string, experimentName: string, startDateTimeUTC: Date, endDateTimeUTC: Date, aggregationInterval: string, timeseriesType: string, options?: ReportsGetTimeseriesOptionalParams): Promise<Timeseries>

Parameters

resourceGroupName

string

Name of the Resource group within the Azure subscription.

profileName

string

The Profile identifier associated with the Tenant and Partner

experimentName

string

The Experiment identifier associated with the Experiment

startDateTimeUTC

Date

The start DateTime of the Timeseries in UTC

endDateTimeUTC

Date

The end DateTime of the Timeseries in UTC

aggregationInterval

string

The aggregation interval of the Timeseries

timeseriesType

string

The type of Timeseries

options
ReportsGetTimeseriesOptionalParams

The options parameters.

Returns

Promise<Timeseries>