
VMware ListVms
CertifiedEnterprise EditionList virtual machines from vCenter
VMware ListVms
List virtual machines from vCenter
Retrieves VM names from vCenter, excluding templates and orphaned/inaccessible entries. Uses port 443 by default and requires read access to the inventory.
type: io.kestra.plugin.ee.vmware.vcenter.ListVmsExamples
List all VMs from vCenter
id: list_vms
namespace: company.team
tasks:
- id: list_vms
type: io.kestra.plugin.ee.vmware.vcenter.ListVms
server: "vcenter.mycompany.com"
username: "{{ secret('VMWARE_VCENTER_USERNAME') }}"
password: "{{ secret('VMWARE_VCENTER_PASSWORD') }}"
Properties
password *Requiredstring
Password
server *Requiredstring
Server hostname or IP
FQDN or IP of the vCenter or ESXi endpoint (no scheme or port).
username *Requiredstring
Username
e.g. Administrator@vsphere.local for vCenter or root for ESXi.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
port integerstring
443Server port
Defaults to 443.
trustStorePath string
Trust store path
Optional path to a PKCS12 trust store containing the CA certificate(s) used to validate the vCenter/ESXi server's TLS certificate. If omitted (or if the path does not exist), the JVM's default trust store (system CA certificates) is used instead. Certificate validation is always enforced; this plugin never disables TLS certificate validation.