🚀 Apps Version API

Real-time version comparison between staging and production environments.

● LIVE
-
Total Apps
-
Synced
-
Different

📊 API Endpoints

GET /api/v1/summary.json
High-level statistics and metadata
GET /api/v1/versions-all.json
All applications with version comparison
GET /api/v1/versions-diff.json
Only applications with version differences

🔄 Data Updates

Data is automatically updated on every commit to main branch via GitHub Actions.

📚 Usage Examples

Grafana JSON Data Source

URL: http://apps-version-api.{namespace}.svc.cluster.local

Curl Examples

# Get summary
curl http://apps-version-api.staging-monitoring.svc.cluster.local/api/v1/summary.json

# Get version differences
curl http://apps-version-api.staging-monitoring.svc.cluster.local/api/v1/versions-diff.json

Last updated: Loading...