{
  "status": "outage",
  "updated": "2026-06-05T00:55:51.635Z",
  "services": [
    {
      "name": "Gauge API",
      "status": "operational",
      "uptime": 99.99,
      "description": "Core REST + GraphQL endpoints"
    },
    {
      "name": "OBD Bridge",
      "status": "operational",
      "uptime": 99.97,
      "description": "Vehicle data ingestion layer"
    },
    {
      "name": "Live Telemetry",
      "status": "degraded",
      "uptime": 98.42,
      "description": "Real-time stream processing"
    },
    {
      "name": "AI Diagnostics",
      "status": "operational",
      "uptime": 99.95,
      "description": "ML-powered fault detection"
    },
    {
      "name": "VIN Lookup",
      "status": "operational",
      "uptime": 99.99,
      "description": "Vehicle identification service"
    },
    {
      "name": "Cloud Sync",
      "status": "outage",
      "uptime": 97.12,
      "description": "Cross-device state replication"
    }
  ],
  "incidents": [
    {
      "title": "Cloud Sync — elevated error rates",
      "status": "investigating",
      "severity": "major",
      "startedAt": "2026-04-25T14:22:00Z",
      "updates": [
        {
          "at": "2026-04-25T14:22:00Z",
          "body": "We are investigating elevated 5xx responses on the Cloud Sync service."
        },
        {
          "at": "2026-04-25T14:38:00Z",
          "body": "Issue isolated to the us-east-2 replication cluster. Failover initiated."
        }
      ]
    },
    {
      "title": "Live Telemetry — increased latency",
      "status": "monitoring",
      "severity": "minor",
      "startedAt": "2026-04-25T13:05:00Z",
      "updates": [
        {
          "at": "2026-04-25T13:05:00Z",
          "body": "Latency on the telemetry stream has increased above SLO."
        },
        {
          "at": "2026-04-25T13:40:00Z",
          "body": "Mitigation deployed. Monitoring recovery."
        }
      ]
    }
  ]
}