sophos_update_firewall_rule_status
Toggle a firewall rule's active state between enabled and disabled without deleting it.
Instructions
Enable or disable an existing firewall rule.
Use when toggling a security policy active state without deleting the rule.
Args: name: Name of the firewall rule. status: Desired state ('Enable' or 'Disable'). client: Optional SophosFirewallClient instance.
Returns: API response status dictionary.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Name of the firewall rule to update. | |
| client | No | ||
| status | Yes | Desired status: 'Enable' or 'Disable'. |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |