{
  "status": "UP",
  "components": {
    "db": {
      "status": "UP",
      "details": {
        "database": "PostgreSQL",
        "connection": "jdbc:postgresql://prod-db.internal:5432/production?user=health_user&password=HealthCheckPass2024!",
        "validationQuery": "SELECT 1"
      }
    },
    "redis": {
      "status": "UP",
      "details": {
        "host": "redis-prod.internal",
        "port": 6379,
        "password": "RedisHealthCheckPass2024!",
        "connectionTimeout": "2000ms"
      }
    },
    "diskSpace": {
      "status": "UP",
      "details": {
        "total": "500GB",
        "free": "250GB",
        "threshold": "10GB"
      }
    }
  },
  "info": {
    "app": {
      "name": "Production Application",
      "version": "2.1.0",
      "environment": "production",
      "apiKey": "health-api-key-abc123def456"
    }
  }
}

