pub async fn get_boot_parameters(
infra: &InfraContext<'_>,
token: &str,
params: &GetBootParametersParams,
) -> Result<Vec<BootParameters>, Error>Expand description
Fetch boot parameters for the specified nodes.
pub async fn get_boot_parameters(
infra: &InfraContext<'_>,
token: &str,
params: &GetBootParametersParams,
) -> Result<Vec<BootParameters>, Error>Fetch boot parameters for the specified nodes.