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
Server Health & Status -->
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
Layer satellite_imagery_landsat8 published successfully by admin
2 minutes ago β€’ WMS Endpoint
Database connection pool reached 85% capacity - scaling connection limits
18 minutes ago β€’ System Monitor
GeoWebCache tile layer updated for topography_dem_30m
1 hour ago β€’ Cache Manager
Security policy updated: OAuth2 client scope extended for analytics-service
3 hours ago β€’ Security Module
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 } }