pve_vm_status
Get live runtime status of a VM or container by its ID. Returns CPU, memory, network, disk I/O, uptime, and guest agent details.
Instructions
Live runtime status of one VM or container.
Applies to: a single VM or CT, located by ``vmid`` (``node`` optional and
auto-resolved). Returns a JSON object with ``status``, live cpu/memory,
network and disk I/O counters (bytes, with ``*_human``), ``uptime``
(+human) and, for QEMU, whether the guest ``agent`` is enabled.
Source: GET /nodes/{node}/{qemu|lxc}/{vmid}/status/current.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | No | ||
| vmid | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |