pub async fn get_hardware_clusters_deprecated(
ctx: RequestCtx,
q: Query<HardwareClusterQuery>,
) -> Result<impl IntoResponse, (StatusCode, Json<ErrorResponse>)>Expand description
DEPRECATED alias for GET /hardware-clusters. Logs a server-side
warning and delegates to the canonical handler. Old path kept for
one release.