pub(in server) async fn hosts_status(
__arg0: State<Arc<AppState>>,
) -> Result<Json<HostsResponse>, StatusCode>Expand description
GET /v1/hosts - per-host status overview, projected from
host_rollout_records (RFC-0005 §5).
One entry per (rollout, host) pair across all non-superseded rollouts. Fields the v0.1 schema carried but the new schema doesn’t (per-host uptime, pending_reboot, quarantined_closure, last_checkin_at) stay at their defaults — the agent runtime rewrite (Plan 07 / Phase 7-agent) is where those re-attach to wire reports.