ESXi Bundles Not Visible in Bundle Management UI of the SDDC manager
search cancel

ESXi Bundles Not Visible in Bundle Management UI of the SDDC manager

book

Article ID: 369290

calendar_today

Updated On: 04-21-2025

Products

VMware SDDC Manager

Issue/Introduction

ESXi Bundles are not listed in the Bundle Management UI, this could cause difficulty to download the bundles. 

 

Environment

VCF 4.x & VCF 5.x 

Cause

This is a known issue and will be resolved on future releases.

Resolution

Workaround: 

A. Download the bundle through the API Explorer using the following API and payload:

  1. Go to the Developer Center.
  2. Open the API Explorer.
  3. Filter for "v1/bundles".
  4. 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:

  1. Navigate to the Developer Center.
  2. Open the API Explorer.
  3. Filter for “v1/bundles”.
  4. Click “GET” and EXECUTE
  5. From the result Look for the ESXi bundle with the right target version, which will be in a “pending” state.
  6. Use the Id of that bundle object

 

 

C. Once the bundle downloaded it will be visible in Download History Page.