872 B
872 B
Capacity planning dashboard spec
- RU utilization: Per site, sum of assigned positions vs total RU (from racks); show percentage. Implemented. API:
GET /api/v1/capacity/sites/:siteIdreturnsusedRu,totalRu, andutilizationPercent. - Power headroom: From rack
power_feeds(circuit limits). Implemented. API:GET /api/v1/capacity/sites/:siteId/powerreturnscircuitLimitWatts,measuredDrawWatts(null until Phase 4),headroomWatts(null). Measured draw can be added when telemetry is available. - GPU inventory: By type (part number) and location. Implemented. API:
GET /api/v1/capacity/gpu-inventoryreturnstotal,bySite, andbyType. - Read-only: All capacity endpoints are read-only; no edits.
- Web: Capacity dashboard at
/capacityshows RU utilization, power headroom, and GPU inventory by site and type.