pve_node_rrddata
Fetch time-series telemetry data from a Proxmox VE node's RRD database. Returns metric values over a chosen timeframe with optional consolidation (average or max).
Instructions
READ-ONLY: fetch RRD (round-robin database) time-series telemetry for a PVE node.
No state change. Returns a list of data-point dicts with timestamps and per-metric values (the exact metric keys vary by PVE version) over the specified timeframe, optionally aggregated by consolidation function (AVERAGE or MAX). Node-level only, not per-guest.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cf | No | RRD consolidation function: 'AVERAGE' or 'MAX'; defaults to server-side default | |
| node | No | PVE node name; defaults to the configured node | |
| timeframe | No | RRD time window: 'hour', 'day', 'week', 'month', or 'year' | hour |
| 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 |