{
  "generatedAt": "2026-04-21T07:52:12.056Z",
  "version": 1,
  "summary": {
    "healthyGatewayCount": 1,
    "staleGatewayCount": 0,
    "totalGatewayCount": 1,
    "activeDeviceCount": 1,
    "revokedDeviceCount": 0,
    "suspendedDeviceCount": 0,
    "totalDeviceCount": 1,
    "totalEgressPoolCount": 1,
    "averageGatewayLoad": 7,
    "averageEgressLoad": 10,
    "minGatewayHeadroom": 93,
    "minEgressHeadroom": 90,
    "activeRecoveryEndpointCount": 2
  },
  "gateways": [
    {
      "id": "gw-eu-1",
      "name": "Berlin Edge 1",
      "region": "eu-central",
      "provider": "hetzner",
      "status": "active",
      "registrationStatus": "registered",
      "healthy": true,
      "loadScore": 7,
      "headroomScore": 93,
      "activeFrontdoorCount": 2,
      "totalFrontdoorCount": 2,
      "buildVersion": "tracer-bullet",
      "lastHeartbeatAt": "2026-04-21T07:52:10.684Z",
      "lastHeartbeatAgeMs": 1372
    }
  ],
  "egressPools": [
    {
      "id": "eg-eu-1",
      "name": "EU Exit Pool 1",
      "region": "eu-central",
      "provider": "hetzner",
      "status": "active",
      "countries": [
        "DE",
        "NL"
      ],
      "natMode": "separate-outbound-pool",
      "loadScore": 10,
      "headroomScore": 90,
      "ipCount": 2
    }
  ],
  "activity": {
    "recentWindowMs": 86400000,
    "recentEventCount": 2,
    "actions": {
      "admin_login": 1,
      "gateway_register": 1
    },
    "events": [
      {
        "at": "2026-04-21T07:52:11.691Z",
        "actor": "tracer",
        "action": "admin_login"
      },
      {
        "at": "2026-04-21T07:52:10.465Z",
        "actor": "gw-eu-1",
        "action": "gateway_register",
        "gatewayId": "gw-eu-1"
      }
    ]
  },
  "history": {
    "actions": {
      "admin_login": 1,
      "gateway_register": 1
    },
    "deviceIssuedCount": 1,
    "revokedDeviceCount": 0,
    "suspendedDeviceCount": 0
  },
  "accessTiers": [
    {
      "id": "standard",
      "name": "Standard",
      "concurrentSessionLimit": 2,
      "monthlyByteLimit": 50000000000,
      "deviceCount": 1,
      "activeDeviceCount": 1,
      "suspendedDeviceCount": 0
    },
    {
      "id": "research",
      "name": "Research",
      "concurrentSessionLimit": 5,
      "monthlyByteLimit": 250000000000,
      "deviceCount": 0,
      "activeDeviceCount": 0,
      "suspendedDeviceCount": 0
    }
  ],
  "devices": [
    {
      "id": "66d3f8bd-25d8-4641-8d84-d135591f2d1b",
      "name": "tracer-laptop",
      "status": "active",
      "gatewayId": "gw-eu-1",
      "assignedIp": "10.44.0.10",
      "accessTierId": "standard",
      "accessTierName": "Standard",
      "desiredExitCountry": "DE",
      "totalBytes": 0,
      "sessionCount": 0,
      "lastMeteredAt": null
    }
  ],
  "recommendations": {
    "healthyByRegion": {
      "eu-central": 1
    },
    "demandByExitCountry": {
      "DE": 1
    },
    "ingressDemandByGateway": {
      "gw-eu-1": 1
    },
    "actions": []
  }
}