vm_agent_exec_status
Retrieve the execution status and output of a command run on a VM via the Proxmox guest agent by providing the node, VM ID, and process ID.
Instructions
Get the status/result of a command previously executed via the guest agent.
Args: node: The node name. vmid: The VM ID. pid: The PID returned by the exec call.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| vmid | Yes | ||
| pid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |