pve_agent_file_read
Read a file from inside a Proxmox VM guest via the QEMU agent, with read-only access and no confirmation required.
Instructions
READ-ONLY: read a file from inside the guest via the qemu-agent.
Requires PROXIMO_ENABLE_AGENT=1 and the VMID in PROXIMO_AGENT_ALLOWLIST. No confirm needed — read-only. File path must be absolute.
Ledger records only the file path (never the content); the returned dict carries content. Smoke-confirm: PVE file-read response shape is unverified.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file | Yes | ||
| node | No | ||
| vmid | Yes | ||
| proximo_target | No | Which configured Proxmox target to run this call against — a target name from your multi-target config (a specific PVE/PBS/PMG/PDM box). Omit to use the single/default target from the environment; the selection applies only to this call. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |