pve_firewall_security_group_create
Create a Proxmox VE cluster security group. Use dry-run to plan; confirm to apply. Add rules afterward to activate policy.
Instructions
MUTATION: create an empty cluster security group. Dry-run by default — the PLAN shows the name. Passive until rules are added and a rule references it (type=group). Synchronous — confirm=True returns {"status": "ok", "result": None}; no task UPID to poll.
No UNDO: revert by deleting it with pve_firewall_security_group_delete.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| group | Yes | Name for the new cluster security group. | |
| comment | No | Free-text comment stored with the group. | |
| confirm | No | Set True to execute the mutation; False (default) only returns a dry-run PLAN. | |
| 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 |