{
  "_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.12/32",
      "hardware_serial": "11601230100",
      "id": "11601230100",
      "last_seen": "2026-09-21T04:14:25Z",
      "status": "Accepted",
      "supply_type": "AC",
      "target_pilot_amps": 40,
      "target_pilot_kw": null
    },
    {
      "gateway_ip": "10.138.0.11/32",
      "hardware_serial": "11601230097",
      "id": "11601230097",
      "last_seen": "2026-09-21T04:14:26Z",
      "status": "Accepted",
      "supply_type": "AC",
      "target_pilot_amps": 40,
      "target_pilot_kw": null
    }
  ],
  "gateway_node": "chargespot-gateway-xm7m",
  "global_connected": 2,
  "local_chargers": [
    {
      "id": "11601230097",
      "connectedAt": "2026-09-20T15:36:26.81512067Z",
      "supplyType": "AC",
      "lastPilotAmpsSent": 40
    }
  ],
  "local_connected": 1,
  "protocol": "ocpp1.6",
  "service": "ChargeSpot Gateway",
  "startedAt": "2026-09-20T15:29:05Z",
  "status": "online",
  "uptime": "12h46m20s"
}
