pub async fn get_boot_parameters(
infra: &InfraContext<'_>,
token: &str,
params: &GetBootParametersParams,
) -> Result<Vec<BootParameters>, Error>Expand description
Fetch BSS boot parameters for the resolved target nodes.
Targets are resolved from params in the
node_ops::resolve_target_nodes priority order (host
expression, then group_name, then the settings_group_name
fallback from cli.toml). An empty resolution returns BadRequest
rather than silently querying nothing; otherwise the caller’s
access to every resolved xname is validated before hitting the
backend.
§Errors
- [
Error::BadRequest] when target resolution produces an empty xname set, when the hosts expression is malformed, or when the caller lacks access to one of the resolved xnames. - Backend errors from
get_node_metadata_availableorget_bootparameters.