get_hardware_cluster

Function get_hardware_cluster 

Source
pub async fn get_hardware_cluster(
    infra: &InfraContext<'_>,
    token: &str,
    params: &GetHardwareClusterParams,
) -> Result<HardwareClusterResult, Error>
Expand description

Fetch hardware inventory for all nodes in a cluster (HSM group).

Concurrently queries hardware inventory for each node, rate-limited by a semaphore.