Export a vSphere Lifecycle Manager Image
If you created a vSphere Lifecycle Manager image in an external vCenter Server, you
export the image from vCenter Server to your local computer.
Create a vSphere Lifecycle Manager image in the vSphere Client. For more information,
see Create a vSphere Lifecycle Manager Image.
The following files need to be
exported from vCenter Server.
Format | Content |
---|---|
JSON | Image specification |
JSON | Cluster specification |
ISO | ESXi image (optional) You
can use the ISO file for imaging additional hosts that you bring into
VMware Cloud Foundation . |
ZIP | Image components |
- Log in to the vSphere Client of the vCenter Server where you created the vSphere Lifecycle Manager image.
- Export the image specification JSON, ISO, and ZIP files from vSphere to your local computer.
- In the vSphere Client, clickHost and Clusters.
- In the navigation pane, expandand select the vSphere Lifecycle Manager image you want to export.
- On the Updates tab, click.
- Click the horizontal ellipsis icon and selectExport.
- ClickJSONand then clickExport.This downloads the image specification JSON file.
- Repeat steps c and d for the ISO and ZIP file formats.You can use the ISO file for imaging additional hosts that you bring intoVMware Cloud Foundation. Exporting this file is optional.Do not rename these files.
- Retrieve the vSphere cluster ID using vSphere APIs.
- Click.
- Click theAPI Explorertab.
- Ensure thatSelect Endpointhas the local vCenter Server selected andSelect APIis set to vcenter.
- Expand theclustersection.
- ExpandGET /api/vcenter/clusterand clickExecute.
- Under Response, expandVcenterClusterSummary (...)for the cluster where you created the image and copy theclustervalue.
- Retrieve the cluster JSON specification and download to the local computer using vSphere APIs.
- In theAPI Explorertab of the vCenter Server, ensure thatSelect Endpointhas the local vCenter Server selected andSelect APIis set to esx.
- Expand thesettings/clusters/softwaresection.
- ExpandGET /api/esx/settings/clusters/{cluster}/software.
- In the cluster parameter area, paste theclustervalue you had retrieved in step 3 and clickExecute.
- Under Response next to EsxSettingsSoftwareInfo, click the download arrow to download the JSON specification.