Checking the Hardware Compatibility of an
ESXi HostLast Updated December 16, 2024
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.
esx hcl
You can use the to list available
releases for generating a compatibility report for a specific
CompatibilityReleases
serviceESXi
host. To list the locally available ESXi
releases for the host that can be used to generate a
compatibility report,use the
. The list includes only major and update releases. Patch releases are
not listed.GET
https://
request<vcenter_ip_address_or_fqdn>
/api/esx/hcl/hosts/<host_id>
/compatibility-releasesYou can use the to generate a hardware
compatibility report for an
CompatibilityReport
serviceESXi
host against a
specific ESXi
release. To return the last
generated hardware compatibility report for a specific host, use the
. To generate a hardware compatibility report for a specific host
against specific GET
https://
request<vcenter_ip_address_or_fqdn>
/api/esx/hcl/hosts/<host_id>
/compatibility-reportESXi
release, use the
.POST
https://
request<vcenter_ip_address_or_fqdn>
/api/esx/hcl/hosts/<host_id>
/compatibility-report?vmw-task=trueYou can use the to download
information generated by the hardware compatibility report. To retrieve the URI location
for downloading a compatibility report,
Reports
serviceuse the
.GET
https://
request<vcenter_ip_address_or_fqdn>
/api/esx/hcl/reports/<report_id>