ListVmSnapshots
yaml
type: "io.kestra.plugin.ee.vmware.vcenter.listvmsnapshots"
Examples
yaml
id: list_vm_snapshots
namespace: company.team
tasks:
- id: list_snapshots
type: io.kestra.plugin.ee.vmware.esxi.ListVmSnapshots
server: "esxi.mycompany.com"
username: "{{ secret('VMWARE_VCENTER_USERNAME') }}"
password: "{{ secret('VMWARE_VCENTER_PASSWORD') }}"
vmName: "my-vm"
Properties
password *Requiredstring
server *Requiredstring
username *Requiredstring
vmName *Requiredstring
port integerstring
Default
443