pmg_when_group_get
Retrieves configuration details for a PMG RuleDB 'when' object group by its numeric ID. Use pmg_when_groups_list to find the group ID.
Instructions
READ-ONLY: get a PMG RuleDB 'when' object group's configuration. Needs PROXIMO_PMG_* config.
Returns a dict of the group's config. ogroup: numeric ID (e.g. '2') from pmg_when_groups_list — NOT the group name. Use pmg_when_group_objects to list the objects inside the group.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ogroup | Yes | 'when' object group numeric ID (e.g. '2') from pmg_when_groups_list — not the group name. | |
| 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 |