Get aggregated FastEdge usage statistics
Retrieve aggregated FastEdge request statistics across clients for the given time range, optionally filtered by client and grouped by one or more dimensions. Each result row contains the total request count, execution-time statistics and request counts by HTTP status class.
Authorizations
API key for authentication. Make sure to include the word apikey, followed by a single space and then your token.
Example: apikey 1234$abcdef
Query Parameters
Start date-time in RFC3339 format
End date-time in RFC3339 format
Filter by client ID. Repeat to pass several clients. Omit to include all accessible clients.
x >= 1Dimensions to group the statistics by. Repeat to group by several dimensions.
client, app, region, country Response
Returns aggregated statistics rows for the specified period
Total number of requests in the group
Execution-time statistics in milliseconds
Request counts by HTTP status class.
Client ID (present when grouped by client)
Application ID (present when grouped by app)
Region (present when grouped by region)
Country (present when grouped by country)