Usage Monitor
Bandwidth
How is Bandwidth calculated?
How is Bandwidth calculated?
The bandwidth is calculated according to the sum of data transmitted to and from the target site: request headers + request data (POST) + response headers+response data.
The traffic used during your trial will be listed on your dashboard but will not be counted towards your bill.
How to get bandwith stats for a Zone
How to get bandwith stats for a Zone
API endpoint: GET /api/zone/bw
Optional parameters: from=2018-07-01T00:00:00&to=2018-07-02T00:00:00
Sample Response
How to get bandwith stats for all the Zones
How to get bandwith stats for all the Zones
API endpoint: GET /api/customer/bw
Optional parameters: from=2018-07-01T00:00:00&to=2018-07-02T00:00:00
How to get bandwidth and total cost for a Zone
How to get bandwidth and total cost for a Zone
API endpoint: GET /api/zone/cost
Optional parameters: from=2018-07-01T00:00:00&to=2018-07-02T00:00:00
Sample Response