vm_agent_exec
Execute commands inside a Proxmox VM using the QEMU Guest Agent, with support for passing input data to stdin.
Instructions
Execute a command inside a VM via the QEMU Guest Agent.
Args: node: The node name. vmid: The VM ID. command: The command to execute. input_data: Data to pass to stdin.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| command | Yes | ||
| input_data | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |