VMware ListVmSnapshots

VMware ListVmSnapshots

Certified
Enterprise Edition

List snapshots for a VM in vCenter

Returns all snapshot names for the specified VM. If no snapshots exist, an empty list is returned.

yaml
type: io.kestra.plugin.ee.vmware.vcenter.ListVmSnapshots

List all snapshots for a VM

yaml
id: list_vm_snapshots
namespace: company.team

tasks:
  - id: list_snapshots
    type: io.kestra.plugin.ee.vmware.vcenter.ListVmSnapshots
    server: "vcenter.mycompany.com"
    username: "{{ secret('VMWARE_VCENTER_USERNAME') }}"
    password: "{{ secret('VMWARE_VCENTER_PASSWORD') }}"
    vmName: "my-vm"
Properties

Password

Server hostname or IP

FQDN or IP of the vCenter or ESXi endpoint (no scheme or port).

Username

e.g. Administrator@vsphere.local for vCenter or root for ESXi.

VM name

Default443

Server port

Defaults to 443.

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.