pve_node_rrddata
Extract time-series node metrics (CPU, memory, disk, network) from a Proxmox VE node's RRD database, with optional consolidation by average or maximum, for monitoring and analysis.
Instructions
Fetch RRD (round-robin database) time-series telemetry for a PVE node (read-only). Returns a list of data-point dicts with timestamps and metrics (cpu, memory, disk, network) over the specified timeframe, optionally aggregated by consolidation function (AVERAGE or MAX).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cf | No | ||
| node | No | ||
| timeframe | No | 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 |