add_boot_parameters

Function add_boot_parameters 

Source
pub async fn add_boot_parameters(
    infra: &InfraContext<'_>,
    token: &str,
    boot_parameters: &BootParameters,
) -> Result<(), Error>
Expand description

Create a new BSS boot-parameter record for boot_parameters.hosts.

The caller’s access to every listed host is validated before the create is dispatched. Use update_boot_parameters when modifying an existing record.