ListVms
yaml
type: "io.kestra.plugin.ee.vmware.vcenter.listvms"
Examples
yaml
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
server *Requiredstring
username *Requiredstring
port integerstring
Default
443