Current metered-proxy and GeoNode proxy routes for status, bandwidth reporting, and workspace usage views. Proxy-related APIs are split across two current path roots:
  • GeoNode proxy routes under /v1/geonode-proxy
  • Metered proxy usage routes under /v1/proxy

Endpoint Areas

AreaEndpoints
GeoNode proxy statusGET /v1/geonode-proxy/status
GeoNode workspace usageGET /v1/geonode-proxy/usage/{workspaceId}
GeoNode internal bandwidth reportingPOST /v1/geonode-proxy/report-bandwidth
Generic metered proxy usageGET /v1/proxy/usage/{workspaceId}

Notes

  • Usage endpoints support optional provider and proxyType filters in the current schema.
  • The bandwidth reporting route is intended for internal browser-container callers.
  • These routes are unusual in the schema because the controller paths already include v1, so the OpenAPI paths preserve that prefix literally.