pmg_when_groups_list
Retrieve all 'when' object groups from a Proxmox Mail Gateway RuleDB, returning each group's ID, name, and comment for managing scheduling conditions.
Instructions
READ-ONLY: list all PMG RuleDB 'when' object groups. Needs PROXIMO_PMG_* config.
Returns a list of group dicts (id/name/comment). For 'who' or 'what' groups use pmg_who_groups_list / pmg_what_groups_list. Use pmg_when_group_get for one group's config.
Input Schema
| Name | Required | Description | 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 |