Lists the VMware vCenter servers registered as tenants. When the --host parameter is supplied, lists the ESXi hosts for that VMware vCenter Server.
This example lists a VMware vCenter Server that has just been added as a tenant with this EFA instance.
$ efa vcenter list
+--------------+-----------------------+---------+----------------------------+-------------------+------------+----------+
| Host Name    | Name                  | Version | Discovery Status           | Datacenters Count | Host Count | VM Count |
+--------------+-----------------------+---------+----------------------------+-------------------+------------+----------+
| 10.24.85.111 | VMware vCenter Server | 6.7.0   | Pending Complete Discovery | 1                 | 1          | 0        |
+--------------+-----------------------+---------+----------------------------+-------------------+------------+----------+
                
            
            
                This example lists a VMware vCenter Server with its status updated to this EFA instance.
$ efa vcenter list
+--------------+-----------------------+---------+------------------+-------------------+------------+----------+
| Host Name    | Name                  | Version | Discovery Status | Datacenters Count | Host Count | VM Count |
+--------------+-----------------------+---------+------------------+-------------------+------------+----------+
| 10.24.85.111 | VMware vCenter Server | 6.7.0   | Update Completed | 5                 | 4          | 13       |
+--------------+-----------------------+---------+------------------+-------------------+------------+----------+
                
            
            
                This example lists the ESXi devices managed by the VMware vCenter Server with IP address 10.24.85.111.
$ efa vcenter list --host 10.24.85.111