Checking the Hardware Compatibility of an
ESXi Host
ESXi
HostYou can query the hardware compatibility for a host before upgrading to a new
ESXi
version. You can also download the
information generated by the hardware compatibility report. To use services form the package, you must
verify that you have accepted to participate in the CEIP and there is available
compatibility data.
com.vmware.esx.hcl.hosts
You can use the to list available
releases for generating a compatibility report for a specific
com.vmware.esx.hcl.hosts.CompatibilityReleases
interfaceESXi
host. To list the locally available ESXi
releases for the host that can be used to generate a
compatibility report, call the
. The list includes only major and update releases. Patch releases are
not listed.list(host_ID)
methodYou can use the to generate a hardware
compatibility report for an
com.vmware.esx.hcl.hosts.CompatibilityReport
interfaceESXi
host against a
specific ESXi
release. To return the last
generated hardware compatibility report for a specific host, call the
. To generate a hardware compatibility report for a specific host
against specific get(host_ID)
methodESXi
release, call the
.create_Task(host_ID,spec)
methodYou can use the to download
information generated by the hardware compatibility report. To retrieve the URI location
for downloading a compatibility report,
com.vmware.esx.hcl.Reports
interfacecall the
.get(report_ID)
method