sophos_create_firewall_group
Create a firewall group with assigned firewalls. Optionally import config from a firewall or set a parent group.
Instructions
Create a new firewall group. At least one firewall UUID must be assigned at creation.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Group name (3–40 characters) | |
| tenant_id | Yes | Tenant UUID | |
| parent_group_id | No | Parent group UUID if creating a child group | |
| assign_firewalls | Yes | Comma-separated firewall UUIDs to add to the new group (required) | |
| config_import_source_firewall_id | No | UUID of a firewall to import configuration settings from |