{
  "_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.34/32",
      "hardware_serial": "U1W125H050008",
      "id": "U1W125H050008",
      "last_seen": "2026-07-09T23:19:41Z",
      "status": "Accepted",
      "target_pilot_amps": 48
    },
    {
      "gateway_ip": "10.138.0.35/32",
      "hardware_serial": "11601230100",
      "id": "11601230100",
      "last_seen": "2026-07-10T02:56:04Z",
      "status": "Accepted",
      "target_pilot_amps": null
    }
  ],
  "gateway_node": "chargespot-gateway-mfrh",
  "global_connected": 2,
  "local_chargers": [
    {
      "id": "U1W125H050008",
      "connectedAt": "2026-07-09T20:07:55.359665489Z",
      "lastPilotAmpsSent": 48
    },
    {
      "id": "11601230100",
      "connectedAt": "2026-07-10T02:54:33.42692725Z"
    }
  ],
  "local_connected": 2,
  "protocol": "ocpp1.6",
  "service": "ChargeSpot Gateway",
  "startedAt": "2026-04-17T06:02:51Z",
  "status": "online",
  "uptime": "2012h53m16s"
}
