firewall_log
Fetch recent firewall-log entries, optionally filtered by action (pass, block, reject) and target. Truncated results indicate more entries; increase the limit to get the full log for troubleshooting or audit.
Instructions
[READ] Recent firewall-log entries, optionally filtered to pass/block.
Args: action: Optional filter — one of pass, block, reject, rdr, nat. limit: Max entries to return (default 200). target: Firewall target name from config; omit for the default.
Returns an envelope: {"entries": [...], "returned": N, "limit": L, "truncated": bool}. When "truncated" is true there are more entries than were returned — re-run with a higher limit rather than treating the result as the complete log.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| action | No | ||
| target | No |