CreateVmSnapshotCreateVmSnapshot
CreateVmSnapshotCertified
Enterprise Edition Talk to us

yaml
type: "io.kestra.plugin.ee.vmware.vcenter.CreateVmSnapshot"
yaml
id: create_vm_snapshot
namespace: company.team

tasks:
  - id: create_snapshot
    type: io.kestra.plugin.ee.vmware.vcenter.CreateVmSnapshot
    server: "vcenter.mycompany.com"
    username: "{{ secret('VMWARE_VCENTER_USERNAME') }}"
    password: "{{ secret('VMWARE_VCENTER_PASSWORD') }}"
    vmName: "vm-to-snapshot"
    snapshotName: "daily-backup-2025-07-18"
    snapshotDescription: "Daily automated backup"
    memory: true
    quiesce: false
Properties
Defaultfalse
Default443
Defaultfalse