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
Was this page helpful?