pmg_who_group_create
Creates an empty PMG RuleDB 'who' object group. Dry-run by default; confirm=True executes and returns the new group ID.
Instructions
MUTATION (LOW): create a PMG RuleDB 'who' object group. Dry-run by default.
Creates an empty group — add match objects with pmg_who_object_add; list existing groups with pmg_who_groups_list. Needs PROXIMO_PMG_* config. confirm=True executes and returns {"status": "ok", "result": }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| and_ | No | AND (True) vs OR (False) logic across group members; maps to API param 'and'. | |
| info | No | Optional free-text description of the group. | |
| name | Yes | Name for the new 'who' object group. | |
| invert | No | If True, invert the group's match result. | |
| 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 |