pve_node_status
Get detailed status of a Proxmox node including uptime, load, CPU info, memory, swap, and rootfs usage by specifying the node name.
Instructions
Detailed status of a single node (load, kernel, PVE version, memory).
Applies to: one node, identified by its name (e.g. ``pve1``).
Returns a JSON object with ``uptime`` (+human), ``loadavg``, ``cpu``
(0..1), ``cpuinfo`` (model, cpus), and ``memory``/``swap``/``rootfs``
each as ``{total, used, free/avail}`` bytes with ``*_human`` companions.
Source: GET /nodes/{node}/status.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |