pve_list_nodes
Retrieve a JSON list of all cluster nodes with CPU load, memory, disk usage, uptime, and online status.
Instructions
List all nodes with CPU, memory, disk usage and online status.
Applies to: every node in the cluster.
Returns a JSON list. ``cpu`` is a 0..1 load fraction; ``mem``/``maxmem``
and ``disk``/``maxdisk`` are bytes (with ``*_human`` companions);
``uptime`` is seconds (with ``uptime_human``). Source: GET /nodes.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |