pmg_statistics_mailcount
Retrieve time-bucketed mail count statistics for a configurable window, with histogram bucket size adjustable from 1 hour to 1 year.
Instructions
READ-ONLY: get per-bucket mail count statistics. Needs PROXIMO_PMG_* config.
Returns a list of time-bucketed count dicts (bucket size set by timespan, default 1 hour). For today's single aggregate total use pmg_statistics_mail instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| end | No | Unix epoch end of the window; omit for no upper bound. | |
| start | No | Unix epoch start of the window; omit for no lower bound. | |
| timespan | No | Histogram bucket size in seconds, 3600-31622400 (default 3600 = 1 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 |