Get VM Details
fusion_get_vm_infoRetrieve detailed configuration and running status for a VMware Fusion virtual machine by providing its .vmx file path. Get essential specs like OS, memory, CPUs, and hardware version.
Instructions
Get detailed information about a specific VMware Fusion virtual machine.
Reads the .vmx configuration file and checks running status.
Args:
vmx_path (string): Absolute path to the VM's .vmx file.
Returns: Object with name, vmxPath, guestOS, memoryMB, numCPUs, annotation, hardwareVersion, running status.
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) |