sddc_bundles¶
SDDC Manager software bundles (/v1/bundles).
- saltext.vcf.clients.sddc_bundles.download(opts, bundle_id, profile=None)[source]¶
Trigger a bundle download. Returns the task id.
- saltext.vcf.clients.sddc_bundles.upload(opts, bundle_file_path, manifest_file_path, signature_file_path, profile=None)[source]¶
Register an offline patch bundle already staged on SDDC Manager.
All three paths are on the SDDC Manager appliance’s local filesystem; the caller is responsible for having placed the
.tar,.manifestand.sigfiles there (that’s the OFFLINE-mode step from the Async Patch Tool workflow). Returns the task id for the import.