pbs_node_rrd
Retrieve node stats telemetry for CPU, memory, network, and I/O from a PBS node using a specified RRD consolidation function and timeframe.
Instructions
READ-ONLY: node stats telemetry (host CPU/memory/network, I/O). The live schema declares this endpoint's return type null despite implying real data — passed through best-effort as a dict (Smoke-confirm the real shape). REVIEWED_TRUSTED (matches the pve_node_rrddata/ pmg_node_rrddata/pbs_metrics_status precedent). Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cf | Yes | RRD consolidation function: 'MAX' or 'AVERAGE'. REQUIRED — no server-side default. | |
| node | No | PBS node name (or 'localhost'). | localhost |
| timeframe | Yes | RRD time frame: hour, day, week, month, year, or decade. REQUIRED — no server-side default. | |
| 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 |