get_node_capacity
Retrieve CPU, memory, swap, and per-mount filesystem utilization for a Proxmox node, comparing guest reservations to host capacity.
Instructions
CPU, memory, swap, and per-mount filesystem utilization for exactly one node.
Read-only and idempotent. The per-mount figures and the memory detail come from the node
itself, so a node that cannot be reached yields a partial result naming it rather than an
exception. allocation compares what the resident guests are configured to claim against
what the node has.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| node | Yes | ||
| profile | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cpu | No | ||
| node | Yes | ||
| swap | No | ||
| memory | No | ||
| source | Yes | ||
| partial | No | ||
| profile | Yes | ||
| warnings | No | ||
| allocation | No | ||
| filesystems | No | ||
| collected_at | Yes | ||
| uptime_seconds | No |