HAMi WebUI API
The HAMi WebUI backend API. Four gRPC services — Card, Node, Container and Monitor — expose cluster accelerator inventory, node inventory, GPU-consuming workloads and Prometheus-backed range/instant/summary queries. Every RPC carries a google.api.http annotation, so the same surface is served as REST through grpc-gateway under /v1 (for example POST /v1/gpus, GET /v1/node, POST /v1/monitor/query/range-vector). The contract is the .proto set published in the HAMi-WebUI repository and mirrored verbatim into grpc/ here.