get https://monitor.geonode.com/monitor-light/
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
}
}
}
}