get_vm_power_state
Check the power state of a specific virtual machine in VMware Fusion. Input the VM ID to verify if it is powered on, off, or suspended.
Instructions
Get the power state of a specific VM.
Input Schema
Name | Required | Description | Default |
---|---|---|---|
vm_id | Yes |
Input Schema (JSON Schema)
{
"properties": {
"vm_id": {
"title": "Vm Id",
"type": "string"
}
},
"required": [
"vm_id"
],
"type": "object"
}