pub async fn nodes_apt_update_database(
configuration: &Configuration,
node: &str,
nodes_apt_update_database_request: Option<NodesAptUpdateDatabaseRequest>,
) -> Result<NodesAptUpdateDatabaseResponse, Error<NodesAptUpdateDatabaseError>>Expand description
This is used to resynchronize the package index files from their sources (apt-get update).