pmg_statistics_domains
Retrieve per-domain mail statistics from Proxmox Mail Gateway. Filter results by optional start and end timestamps.
Instructions
READ-ONLY: get PMG per-domain mail statistics. Optional Unix epoch start/end timespan. Needs PROXIMO_PMG_* config.
Returns a list of per-domain stat dicts. For overall totals use pmg_statistics_mail; for time-bucketed counts use pmg_statistics_mailcount. start/end map to starttime/endtime.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Unix epoch end of the stats window; omit for no upper bound. | |
| start | No | Unix epoch start of the stats window; omit for no lower bound. | |
| 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 |