List VM Snapshots
fusion_list_snapshotsRetrieve the full list of snapshots for a VMware Fusion virtual machine using its .vmx file path, returning both the total count and each snapshot name.
Instructions
List all snapshots of a VMware Fusion virtual machine.
Args:
vmx_path (string): Absolute path to the VM's .vmx file.
Returns:
total: number of snapshots
snapshots: array of snapshot names
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| vmx_path | Yes | Absolute path to the .vmx file of the virtual machine | |
| vm_password | No | Encryption password for the VM (required if the VM is encrypted) |