replace_firewall_rules
Atomically replace the entire firewall rule list in a single transaction. Read current rules, modify them, then write back to apply changes.
Instructions
Atomically replace the entire rule list.
Firegex performs DELETE FROM rules; INSERT ... in one transaction —
there is no per-rule CRUD. Read with list_firewall_rules, mutate, then
write back.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| policy | Yes | ||
| rules | Yes |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||