pve_guest_status
Retrieve operational status and resource utilization of a Proxmox guest. Returns runtime metrics like CPU, memory, disk, network, and uptime.
Instructions
Read the operational status and current configuration of a single guest (kind='lxc' or 'qemu') (read-only). Returns the guest's runtime state and resource utilization (CPU/memory/disk/network/uptime) — operational metrics, not its stored configuration. Use pve_guest_config_get for the full configuration.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | No | Guest type: `lxc` for a container or `qemu` for a VM. | lxc |
| node | No | PVE node the guest runs on. Omit to resolve it automatically from the cluster. | |
| vmid | Yes | Numeric ID of the guest — VMID for a QEMU VM or CTID for an LXC container. | |
| 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 |