- GeoNode proxy routes under
/v1/geonode-proxy - Metered proxy usage routes under
/v1/proxy
Endpoint Areas
| Area | Endpoints |
|---|---|
| GeoNode proxy status | GET /v1/geonode-proxy/status |
| GeoNode workspace usage | GET /v1/geonode-proxy/usage/{workspaceId} |
| GeoNode internal bandwidth reporting | POST /v1/geonode-proxy/report-bandwidth |
| Generic metered proxy usage | GET /v1/proxy/usage/{workspaceId} |
Notes
- Usage endpoints support optional
providerandproxyTypefilters 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.