When clicking on the 'Updates' tab on a workload domain in SDDC manager you may see the following warning as below:
Cannot upgrade to VCF version 5.2.1.0 because bundles <bundle_id> are missing from domain<workload domain>. Please upload bundles <bundle_id>.
VMware Cloud Foundation 5.2.x
VMware Cloud Foundation 9.x
Workaround If the required bundles cannot be found from the Bundle Management page use the API Explorer:
PATCH /v1/bundle/{id} in the API explorer.Developer Center > API explorer > Bundles > PATCH
{ "bundleDownloadSpec": { "downloadNow": true }}EXECUTE button.
Note:
To retrieve the correct bundle id refer to the following articles:
VMware Cloud Foundation - Upgrade Bundle Details
Applying individual product updates to VMware Cloud Foundation
or you can check directly the ProductVersionCatalog JSON file on the SDDC manager from command line:cat /nfs/vmware/vcf/nfs-mount/bundle/depot/local/productVersionCatalog.json | json_pp | less
Additional documentation:
How to download VCF Bundles using API
Unable to download the NSX-T or vCenter Install bundles from the SDDC Manager UI.