Listing ESXi Hosts

Use VMware Solution to view a list of all ESXi hosts in a specific SDDC.

    1. Open the navigation menu, click Hybrid, and then click VMware Solution.
    2. Click the name of the SDDC whose ESXi hosts you want to view. If you don't see the SDDC listed, ensure that the correct compartment is selected.
    3. In Resources, click vSphere clusters.
    4. Click the name of the cluster you want to view ESXi hosts for.
  • Note

    In terms of implementation, an ESXi host is a Compute instance that is configured with the chosen bundle of VMware software. Each EsxiHost 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 flags and variable options for CLI commands, see the CLI Command Reference.

  • Run the ListEsxiHosts operation to view all ESXi hosts in an SDDC.