pmg_who_group_update
Update a PMG RuleDB 'who' object group configuration, with dry-run by default. Rename or change group properties without modifying its match objects.
Instructions
MUTATION (MEDIUM): update a PMG RuleDB 'who' object group config. Dry-run by default.
Renames or reconfigures the group itself; to change its match objects use pmg_who_object_add/pmg_who_object_update/pmg_who_object_delete. Only non-None fields are sent, others keep their current value. confirm=True executes and returns {"status": "ok", "result": <PMG's raw API response>}.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| and_ | No | AND (True) vs OR (False) logic across group members; maps to API param 'and'. | |
| info | No | New free-text description; omit to keep current value. | |
| name | No | New name for the group; omit to keep current value. | |
| invert | No | If True, invert the group's match result. | |
| ogroup | Yes | Numeric 'who' object group ID (e.g. '2') from pmg_who_groups_list. | |
| confirm | No | False (default) returns a dry-run PLAN; True executes the mutation. | |
| 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 |