pmg_statistics_virus
Retrieve virus detection statistics from Proxmox Mail Gateway. Optionally filter by start and end Unix epoch timestamps for the statistics window.
Instructions
READ-ONLY: get PMG virus statistics. Optional Unix epoch start/end timespan. Needs PROXIMO_PMG_* config.
Returns a list of dicts with virus-detection counts over the window. For per-message virus quarantine entries use pmg_quarantine_virus instead. 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 |