Skip to main content

VMware: Delete Snapshot

Description

VMware: Delete Snapshot plugin step deletes a specified snapshot, optionally along with its child snapshots associated with a virtual machine.


Configurations

No.Field NameDescription
1Step NameName of the step. This name must be unique in a single workflow.
Configuration
1vCenter Server Base URLSpecify the vCenter Server Base URL to connect to vCenter (e.g., https://vmware.example.com).
Note: If vCenter IP is used instead of the server name, a certificate error may occur unless the IP is listed in the certificate’s Subject Alternative Name.
2PortSpecify the vCenter server port. Default is 443.
Data type: Integer
Valid range: Less than 65536
3UsernameSpecify the username to authenticate to the vCenter server.
Password:
4Accept value as variable/staticLeave the checkbox unchecked to use values from previous steps (drop-down). Enable it to enter static/environment variable value.
5PasswordEntered using a widget that supports both static values and drop-downs.
If the checkbox above is enabled, the field appears as a text box.
Otherwise, it appears as a drop-down.
This field is mandatory.
Note: Field values are only accessible during workflow execution.
6Button: Test ConnectionVerifies whether the connection is available or not.
For the purpose of verification fields coming from previous steps are not allowed since field values can only be accessed when workflow is in running state. Static values and environment variables are allowed.

Input Tab

No.Field NameDescription
1Virtual Machine Name/UUIDSpecify the name or UUID of the VM associated with the snapshot to be deleted.
Data type: String
This field is mandatory.
Note:
• Refer to the VMware Plugin Introduction to get VM UUID.
• If duplicate VM names exist, use UUID to uniquely identify the VM.
• If the VM name contains %, replace it with %25.
2Button: GetRetrieves the list of VM names if the connection is successful.
Optional Input FieldsProvide value for only one of the following only
iSnapshot Created DateSpecify the Snapshot Created Date of a snapshot that is to be deleted in specified date format. Date Format: EEEE, MMMM dd, yyyy h:mm:ss a

Date Example: Tuesday, November 26, 2019, 12:01:36 PM

The data type is String. This field is optional.

Note: Provide value in Snapshot Created Date or Snapshot Name but not both.

iiButton: GetOn click of this button, if the connection is successfully established it populates the list of Snapshot Created Dates on the vCenter server.
iiiSnapshot NameSpecify the name of the snapshot to be deleted.
Data type: String
Optional field Note: Provide a value in either Snapshot Created Date or Snapshot Name, not both.
ivButton: GetOn click of this button, if the connection is successfully established it populates the list of Snapshot Names on the vCenter server.
4Delete Child SnapshotsAllowed values: Yes or No.
If Yes, all child snapshots of the specified snapshot will also be deleted. If left blank, child snapshots are not deleted.
Data type: String
This field is mandatory.

Common Buttons

No.Field NameDescription
1OKClick this button to check and save the field values. If any required field values are missing then it will display a validation error message else if all the required field values are provided then it will save the field values.
2CancelCancels the configuration window without saving values.