CreateVmSnapshot
Enterprise Edition Talk to us
CreateVmSnapshot
yaml
type: "io.kestra.plugin.ee.nutanix.snapshot.CreateVmSnapshot"Examples
yaml
id: nutanix_create_vm_snapshot
namespace: company.team
tasks:
- id: create_vm_snapshot
type: io.kestra.plugin.ee.nutanix.snapshot.CreateVmSnapshot
host: "{{ secret('NUTANIX_HOST') }}"
token: "{{ secret('NUTANIX_TOKEN') }}"
vmExtId: "{{ secret('NUTANIX_VM_EXT_ID') }}"
snapshotName: "daily-backup-{{ now() | date('yyyyMMdd') }}"
consistency: CRASH_CONSISTENT
Properties
host *Requiredstring
snapshotName *Requiredstring
vmExtId *Requiredstring
apiVersion string
Default
v4.0.a4consistency string
Default
CRASH_CONSISTENTPossible Values
CRASH_CONSISTENTAPPLICATION_CONSISTENTexpirationTime string
password string
port integerstring
Default
9440scheme string
Default
httpstoken string
username string
verifySsl booleanstring
Default
false