v1

latestOpenAPI 3.0.42026-07-26263457588.1 KB
Statistics

Get optimizer statistics

get/pullzone/{pullZoneId}/optimizer/statistics

Path parameters

pullZoneIdinteger required

Id of Pull Zone

Query parameters

dateFromstring date-time nullable

(Optional) The start date of the statistics. If no value is passed, the last 30 days will be returned.

dateTostring date-time nullable

(Optional) The end date of the statistics. If no value is passed, the last 30 days will be returned.

hourlyboolean

(Optional) If true, the statistics data will be returned in hourly groupping.

Response

The statistics data for the passed parameters.

RequestsOptimizedChartobject nullable

The constructed chart of optimized requests

AverageCompressionChartobject nullable

Average compression chart of the responses

TrafficSavedChartobject nullable

The constructed chart of saved traffic

AverageProcessingTimeChartobject nullable

The constructed chart of saved traffic

TotalRequestsOptimizednumber double

The total number of optimized requests

TotalTrafficSavednumber double

The total requests saved

AverageProcessingTimenumber double

The average processing time of each request

AverageCompressionRationumber double

The average compression ratio of CDN responses