Pull Zone Statistics

Use this endpoint to retrieve usage statistic for a specified Pull Zone.

SecurityApiKeyAuth or BasicAuth
Request
path Parameters
pullZoneId
integer or null

The pullZoneId parameter can be used to specific the Tenovos CDN Pull Zone that you wish to make requests for.

Int64

Example: 70015645231
header Parameters
X-API-Key
required
string

Customer-specific API key required to invoke API.

Authorization
required
string

Provided by Authentication Token creation operation

AccessToken
required
string

JWT token provided by Authentication Token creation operation.

Content-Type
required
string
Value: "application/json"
Responses
200

Successful Request.

400

One or more required parameters are missing or invalid.

401

Authentication failed (unauthorized).

403

Forbidden. You do not have permissions to perform this action, or your connection information is not correct.

503

The server is too busy to handle the request.

get/cdn/pullzone/stats/{pullZoneId}
Request samples
Response samples
application/json
{
  • "totalBandwidthUsed": 7562312,
  • "totalOriginTraffic": 1236652,
  • "totalRequestsServed": 1564892,
  • "cacheHitRate": 0.1
}