System Overview
Active Services
14
β 2 this week
Uptime
99.98%
Last 30 days
Requests/min
1,247
β 12% from peak
Storage Used
68.4 GB
21% of 320GB quota
Layer Manager
| Layer Name | Workspace | Type | Status | Published |
|---|---|---|---|---|
| satellite_imagery_landsat8 | nasa | WMS | Active | 2 hours ago |
| urban_zones_vector | urban_planning | WFS | Active | 1 day ago |
| hydrology_streams | environment | WCS | Rebuilding Index | 3 days ago |
| topography_dem_30m | usgs | WMS | Cached | 5 days ago |
| realtime_traffic_flow | transport | WFS-T | Active | Live Stream |
Server Health
v2.23.1
All systems operational
Java Runtime
OpenJDK 17.0.8
Heap Memory
2.1 GB / 4 GB
Database
PostGIS 15.2 (Connected)
Cache Store
GeoWebCache / Redis
Last Backup
2025-11-20 03:00 UTC
Region
us-east-1 (Primary)
Recent Activity
API Reference
Fetch layer metadata via REST API:
# GET /geoserver/rest/layers/
curl -X GET https://api.geoserver.io/v1/layers \n -H "Authorization: Bearer $TOKEN"
# Response snippet:
{
"layerName": "satellite_imagery_landsat8",
"namespace": "nasa",
"styles": ["default", "ndvi_pseudo"],
"boundingBox": {
"minX": -180, "maxX": 180,
"minY": -90, "maxY": 90
}
}