GET
/
monitor-light
/
proxies
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
      }
    }
  }
}

Authorizations

Authorization
string
header
required

Basic authentication header of the form Basic <encoded-value>, where <encoded-value> is the base64-encoded string username:password.

Query Parameters

timePeriod
enum<string>
required

The time period for the statistics (e.g., hour, day, week).

Available options:
hour,
day,
week

Response

200
application/json
Usage statistics retrieved successfully.
data
object