pmg_node_rrddata
Retrieve RRD performance data from a Proxmox Mail Gateway node as time-series over a chosen timeframe (hour, day, week, month, or year).
Instructions
READ-ONLY: get PMG node RRD performance data. Needs PROXIMO_PMG_* config.
Returns a list of time-series dicts over the given timeframe (hour|day|week|month|year). For a PVE hypervisor node's RRD data use pve_node_rrddata instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| cf | No | RRD consolidation function: AVERAGE|MAX. | |
| node | No | PMG node name; defaults to the configured node. | |
| timeframe | Yes | RRD timeframe: hour|day|week|month|year. | |
| 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 |