Listing ESXi Hosts
Use VMware Solution to view a list of all ESXi hosts in a specific SDDC.
- On the Software-Defined Data Centers list page, select the SDDC that contains the ESXi hosts that you want to work with. If you need help finding the list page or the SDDC, see Listing SDDCs.
- On the SDDC's details page, under Resources, select vSphere clusters.
- Select the cluster that contains the ESXi hosts that you want to work with.
- On the cluster's details page, select ESXi hosts.
- Note
In terms of implementation, an ESXi host is a Compute instance that is configured with the chosen bundle of VMware software. EachEsxiHost
object has its own OCID (id
), and a separate attribute for the OCID of the Compute instance (computeInstanceId
). When filtering the list of ESXi hosts, you can specify the OCID of the Compute instance, not the ESXi host OCID.Use the esxi-host list command and required parameters to view all ESXi hosts in an SDDC:
oci ocvs esxi-host list --sddc-id sddc_OCID ... [OPTIONS]
For a complete list of parameters and values for CLI commands, see the CLI Command Reference.
Run the ListEsxiHosts operation to view all ESXi hosts in an SDDC.