Statistics
-
Get the bandwidth stats for a Zone
API endpoint: GET /api/zone/bw Optional parameters: from=2018-07-01T00:00:00&to=2018-07-02T00:00:00 Example response:{"ID:":{"customer_id":"CUSTOMER_ID","from":"2022-10-01T00:00:00.000Z","to":"2022-11-23T00:00:00.000Z","data":{"s...
-
Get the bandwidth stats for all your Zones
API endpoint: GET /api/customer/bw Optional parameters: from=2018-07-01T00:00:00&to=2018-07-02T00:00:00 Example response:{"ID":{"customer_id":"CUST_ID","from":"2022-10-01T00:00:00.000Z","to":"2022-11-24T00:00:00.000Z","data":{"data...
-
Get the total cost and bandwidth stats for a Zone
API endpoint: GET /api/zone/cost Optional parameters: from=2018-07-01T00:00:00&to=2018-07-02T00:00:00 Response of Bandwidth zones: Example response:{"ID":{"back_m2":{"bw":0,"cost":0},"back_m1":{"bw":36557298,"cost":0},"back_m0":{"...