{
  "service": {
    "id": "svc_mesh_7f3a91c2",
    "name": "HarbourLink Community Mesh",
    "status": "operational",
    "environment": "production",
    "region": {
      "code": "ca-on-toronto-east",
      "timezone": "America/Toronto",
      "coverageAreaKm2": 18.7
    },
    "network": {
      "asn": 399271,
      "ipv4Pool": "100.72.0.0/16",
      "ipv6Pool": "fd42:7b3a:91c2::/48",
      "dnsResolvers": [
        "100.72.0.53",
        "fd42:7b3a:91c2::53"
      ],
      "routing": {
        "protocol": "babel",
        "metric": "rtt",
        "defaultRouteAdvertisements": true,
        "routeRefreshSeconds": 30
      },
      "backhaul": [
        {
          "provider": "Metro Fibre Cooperative",
          "type": "fiber",
          "capacityMbps": 5000,
          "currentUtilizationPercent": 42.8,
          "status": "online"
        },
        {
          "provider": "Northstar Wireless",
          "type": "licensed_microwave",
          "capacityMbps": 1000,
          "currentUtilizationPercent": 3.1,
          "status": "standby"
        }
      ]
    },
    "plans": [
      {
        "id": "plan_household_100",
        "name": "Neighbour 100",
        "monthlyPrice": {
          "amount": 35,
          "currency": "CAD"
        },
        "downloadMbps": 100,
        "uploadMbps": 50,
        "dataCapGb": null,
        "communitySubsidyEligible": true
      },
      {
        "id": "plan_household_500",
        "name": "Neighbour 500",
        "monthlyPrice": {
          "amount": 55,
          "currency": "CAD"
        },
        "downloadMbps": 500,
        "uploadMbps": 250,
        "dataCapGb": null,
        "communitySubsidyEligible": false
      }
    ],
    "nodes": [
      {
        "id": "node-riverdale-library",
        "name": "Riverdale Library Rooftop",
        "role": "gateway",
        "status": "online",
        "location": {
          "latitude": 43.6723,
          "longitude": -79.3384,
          "elevationMeters": 112
        },
        "hardware": {
          "model": "MeshCore MX-6E",
          "firmwareVersion": "4.8.2",
          "radios": [
            {
              "bandGhz": 5,
              "channel": 149,
              "widthMhz": 80,
              "txPowerDbm": 24
            },
            {
              "bandGhz": 6,
              "channel": 69,
              "widthMhz": 160,
              "txPowerDbm": 20
            }
          ]
        },
        "peers": [
          {
            "nodeId": "node-broadview-coop",
            "signalDbm": -58,
            "linkCapacityMbps": 812,
            "packetLossPercent": 0.2
          },
          {
            "nodeId": "node-logan-community-centre",
            "signalDbm": -64,
            "linkCapacityMbps": 540,
            "packetLossPercent": 0.6
          }
        ],
        "telemetry": {
          "connectedSubscribers": 86,
          "cpuLoadPercent": 31.4,
          "memoryUsedPercent": 48.9,
          "temperatureCelsius": 46.2,
          "uptimeSeconds": 2489137,
          "lastSeenAt": "2026-08-01T14:22:18-04:00"
        }
      },
      {
        "id": "node-broadview-coop",
        "name": "Broadview Housing Cooperative",
        "role": "relay",
        "status": "degraded",
        "location": {
          "latitude": 43.6771,
          "longitude": -79.3572,
          "elevationMeters": 104
        },
        "hardware": {
          "model": "MeshCore MX-5X",
          "firmwareVersion": "4.8.2",
          "radios": [
            {
              "bandGhz": 5,
              "channel": 149,
              "widthMhz": 80,
              "txPowerDbm": 23
            }
          ]
        },
        "peers": [
          {
            "nodeId": "node-riverdale-library",
            "signalDbm": -59,
            "linkCapacityMbps": 798,
            "packetLossPercent": 0.3
          }
        ],
        "telemetry": {
          "connectedSubscribers": 41,
          "cpuLoadPercent": 77.6,
          "memoryUsedPercent": 68.3,
          "temperatureCelsius": 62.7,
          "uptimeSeconds": 493821,
          "lastSeenAt": "2026-08-01T14:21:54-04:00"
        }
      }
    ],
    "subscribers": {
      "active": 684,
      "suspended": 12,
      "pendingInstallation": 27,
      "byPlan": {
        "plan_household_100": 521,
        "plan_household_500": 163
      }
    },
    "maintenance": {
      "window": {
        "dayOfWeek": "Tuesday",
        "startTime": "02:00",
        "durationMinutes": 120
      },
      "scheduledEvents": [
        {
          "id": "maint_2026_08_04_backhaul",
          "title": "Primary backhaul optics replacement",
          "startsAt": "2026-08-04T02:00:00-04:00",
          "estimatedDurationMinutes": 45,
          "affectedNodeIds": [
            "node-riverdale-library",
            "node-broadview-coop",
            "node-logan-community-centre"
          ],
          "expectedImpact": "Traffic will fail over to microwave backhaul; reduced peak throughput is expected."
        }
      ]
    },
    "support": {
      "email": "support@harbourlink.example",
      "phone": "+1-416-555-0148",
      "hours": {
        "weekdays": "08:00-20:00",
        "weekends": "10:00-16:00"
      },
      "emergencyOutageLineAvailable": true
    },
    "generatedAt": "2026-08-01T14:22:30-04:00"
  }
}