{
  "_documentation": {
    "active_chargers": "Real-time list of chargers and the internal gateway IP they are currently locked to.",
    "gateway_node": "The exact compute VM instance serving this HTTP response.",
    "global_connected": "Total number of chargers currently connected across ALL gateway instances in the load balancer pool.",
    "local_chargers": "Detailed list of charger IDs physically connected to this gateway.",
    "local_connected": "Chargers actively holding a persistent WebSocket on THIS specific gateway VM instance."
  },
  "active_chargers": [
    {
      "gateway_ip": "10.138.0.35/32",
      "hardware_serial": "U1W125H050008",
      "id": "U1W125H050008",
      "last_seen": "2026-05-20T23:12:55Z",
      "status": "Accepted",
      "target_pilot_amps": 48
    }
  ],
  "gateway_node": "chargespot-gateway-vbk9",
  "global_connected": 1,
  "local_chargers": [
    {
      "id": "U1W125H050008",
      "connectedAt": "2026-05-20T20:01:59.827225995Z",
      "lastPilotAmpsSent": 48
    }
  ],
  "local_connected": 1,
  "protocol": "ocpp1.6",
  "service": "ChargeSpot Gateway",
  "startedAt": "2026-04-17T06:02:45Z",
  "status": "online",
  "uptime": "819h45m36s"
}
