pbs_datastore_rrd
Retrieves datastore-level RRD telemetry including I/O and usage over time from a Proxmox Backup Server. Specify the datastore, consolidation function (MAX or AVERAGE), and timeframe.
Instructions
READ-ONLY: datastore stats telemetry (I/O, usage over time) — the datastore-level parallel of pbs_node_rrd. The live schema declares returns:null despite real data — best-effort dict passthrough. REVIEWED_TRUSTED (rrddata precedent). Needs PROXIMO_PBS_* config.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cf | Yes | RRD consolidation function: 'MAX' or 'AVERAGE'. REQUIRED — no server-side default. | |
| store | Yes | PBS datastore name. | |
| 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 |