Execute command in guest (QEMU agent)
vm_agent_execRun shell commands inside a VM via QEMU guest agent. Get a process ID to poll execution status and output.
Instructions
Run a shell command inside a VM via the QEMU guest agent. Returns a pid; poll exec_status for output.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| command | Yes | Shell command to run inside the guest | |
| input_data | No | Optional stdin |