cURL
curl --request GET \ --url https://monitor.geonode.com/monitor-light/proxies \ --header 'Authorization: Basic <encoded-value>'
{ "data": { "bandwidth": { "data": { "default": 17930356, "currentFastBandwidth": 0, "totalBandwidthInGB": 2 } } } }
Retrieve usage statistics for Geonode proxy service.
Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.
Basic <encoded-value>
<encoded-value>
username:password
Usage statistics retrieved successfully.
Show child attributes
Total bandwidth used in bytes.
17930356
Current fast bandwidth usage (applicable only to unlimited services).
0
Total bandwidth used in gigabytes.
2
Was this page helpful?