ESXi Bundles Not Visible in Bundle Management UI of the SDDC manager
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 difficulty to download the bundles.
Cause
This is a known issue and will be resolved on future releases.
Resolution
Below is the possible workaround:
A. Customers can 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": ""
}
B. To find the bundle ID:
- You can fire the V1/bundles endpoint from the API explorer.
- Go 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
C. Once the bundle downloaded it will be visible in Download History Page.
Feedback
thumb_up
Yes
thumb_down
No