pub async fn get_kernel_parameters(
infra: &InfraContext<'_>,
token: &str,
params: &GetKernelParametersParams,
) -> Result<Vec<BootParameters>, Error>Expand description
Fetch kernel boot parameters for the specified nodes.
Resolves target nodes from HSM group or node list, then fetches their BSS boot parameters.