Get information about CDN resource statistics for up to 365 days starting today.
API key for authentication. Make sure to include the word apikey
, followed by a single space and then your token.
Example: apikey 1234$abcdef
Service name. Possible value:
Beginning of the requested time period (ISO 8601/RFC 3339 format, UTC.) Example: * &from=2018-12-01T00:00:00.000
End of the requested time period (ISO 8601/RFC 3339 format, UTC.) Example: * &to=2018-12-01T01:00:00.000
Duration of time chunks into which the data will be divided. Possible values:
Types of statistics data. Possible values:
upstream_bytes
- Traffic in bytes from an origin server to CDN servers or to origin shielding when used.sent_bytes
- Traffic in bytes from CDN servers to clients.shield_bytes
- Traffic in bytes from Origin shielding to CDN servers.total_bytes
- shield_bytes
, upstream_bytes
and sent_bytes
combined.cdn_bytes
- sent_bytes
and shield_bytes
combined.responses_2xx
- Number of 2xx response codes.responses_3xx
- Number of 3xx response codes.responses_4xx
- Number of 4xx response codes.responses_5xx
- Number of 5xx response codes.responses_hit
- Number of responses with the header Cache: HIT.responses_miss
- Number of responses with the header Cache: MISS.cache_hit_traffic_ratio
- Formula: 1 - upstream_bytes
/ sent_bytes
. We deduct the non-cached traffic from the total traffic amount.Output data grouping. Possible values:
group_by
=client&group_by
=resourceNames of countries for which data should be displayed. English short names from [ISO 3166 standard][1] without the definite article ("the") should be used. [1]: https://www.iso.org/obp/ui/#search/code/ To request multiple values, use: * &countries=france&countries=denmark
Regions for which data is displayed. Possible values:
CDN resources IDs. To request multiple values, use: * &resource=1&resource=2
Client accounts IDs. To request multiple values, use: * &client=1&client=2
Successful.
The response is of type object
.