Retrieve usage statistics for a specified Geonode service over a defined time period.

Example Request:

curl --request GET \
     --url "https://monitor.geonode.com/monitor-light/RESIDENTIAL-PREMIUM?timePeriod=day" \
     --header "Accept: application/json" \
     --user "geonode_username:<password>"

Example Response:

{
  "data": {
    "bandwidth": {
      "data": {
        "default": 542329384928,
        "currentFastBandwidth": 0,
        "totalBandwidthInGB": 550
      }
    }
  }
}
Language
Credentials
Basic
base64
:
Click Try It! to start a request and see the response here!