
ListVms
Enterprise Edition Talk to us
ListVms
yaml
type: "io.kestra.plugin.ee.vmware.esxi.ListVms"Examples
yaml
id: list_vms
namespace: company.team
tasks:
- id: list
type: io.kestra.plugin.ee.vmware.esxi.ListVms
server: "esxi.mycompany.com"
username: "{{ secret('VMWARE_ESXI_USERNAME') }}"
password: "{{ secret('VMWARE_ESXI_PASSWORD') }}"
Properties
password*Requiredstring
server*Requiredstring
username*Requiredstring
portintegerstring
Default
443