v1

latestSwagger 2.02026-07-17502976.2 KB
Analytics

Data Sources by Name

Aggregates Data Sources by Name, 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 100 records; this can be modified via the ?max parameter.

get/analytics/datasourcesbyname

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.

dataSourceNamestring

The Data Source name.

dashboardNamestring

The Dashboard containing the Data Source.

dataSourceTypestring

The Data Source type name.

countinteger

The total number of executions of this Data Source.

successCountinteger

The number of successful executions of this Data Source.

successRatenumber double

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

avgDurationnumber double

The average duration of all executions of this Data Source.