v1

latestSwagger 2.02026-07-17502976.2 KB
Analytics

Data Sources by Type

Aggregates Data Sources by Type, with optional time and dashboard filters. When filtering by Dashboard, all Data Sources are displayed by default; without a Dashboard filter, it defaults to the top 20 records; this can be modified via the ?max parameter.

get/analytics/datasourcesbytype

Query parameters

dashboardstring

Optional Dashboard ID; filters visits to the specified Dashboard.

startDatestring date-time

Specifies the starting time for the aggregation.

endDatestring date-time

Specifies the ending time for the aggregation.

maxinteger

Optionally limits the results to the top N. A value of 0 returns all results.

Response

An array of aggregated results.

dataSourceTypestring

The Data Source type name.

countinteger

The total number of executions of this Data Source type.

successCountinteger

The number of successful executions of this Data Source type.

successRatenumber double

The success rate for this Data Source type, calculated as the ratio of successful executions to total executions.

avgDurationnumber double

The average duration of all executions of this Data Source type.