统计信息
Statistics
-
获取某个通道的带宽统计信息
API endpoint: GET /api/zone/bw Optional parameters: from=2018-07-01T00:00:00&to=2018-07-02T00:00:00 Shell curl "https://brightdata.com/api/zone/bw?zone=ZONE" -H "Authorization: Bearer API_TOKEN" Node.js #!/usr/bin/env node requir...
-
获取所有通道的带宽统计信息
API endpoint: GET /api/customer/bw Optional parameters: from=2018-07-01T00:00:00&to=2018-07-02T00:00:00 Shell curl "https://brightdata.com/api/customer/bw" -H "Authorization: Bearer API_TOKEN" Node.js #!/usr/bin/env node require(...
-
获取某个通道的带宽和全部消费统计信息
API endpoint: GET /api/zone/cost Optional parameters: from=2018-07-01T00:00:00&to=2018-07-02T00:00:00 Shell curl "https://brightdata.com/api/zone/cost?zone=ZONE" -H "Authorization: Bearer API_TOKEN" Node.js #!/usr/bin/env node re...