ESXi bundles not available in Bundle Management section of the SDDC Manager UI
book
Article ID: 369290
calendar_today
Updated On:
Products
VMware SDDC Manager
Issue/Introduction
ESXi Bundles are not listed in the Bundle Management UI, this could cause challenges downloading the bundles.
Cause
A logic gap in the bundle filtering is causing the issue.
Resolution
This is a known issue and is resolved in the following versions:
VCF 5.2.0 and VCF 5.2.1
Workaround:
- Download the bundle through the API Explorer using the following API and payload:
-
- Go to the Developer Center.
- Open the API Explorer.
- Filter for "v1/bundles".
- Click "PATCH" and provide the bundle ID and bundle update specification (bundleUpdateSpec) with the payload as below
{
"bundleDownloadSpec": {
"downloadNow": true
},
"compatibilitySetsFilePath": ""
}

- To find the bundle ID:
-
-
- Navigate to the Developer Center.
- Open the API Explorer.
- Filter for “v1/bundles”.
- Click “GET” and EXECUTE
- From the result Look for the ESXi bundle with the right target version, which will be in a “pending” state.
- Use the Id of that bundle object

- Once the bundle downloaded it will be visible in Download History Page.
Feedback
thumb_up
Yes
thumb_down
No