opn_firewall_log
Retrieve recent firewall log entries to check blocked and passed traffic, troubleshoot connectivity issues, and audit firewall activity. Supports filtering by limit, action, interface, source, and destination IP.
Instructions
Get recent firewall log entries (blocked and passed packets).
Use this when you need to check what traffic has been blocked or passed, troubleshoot connectivity issues, or audit firewall activity. All filter parameters are optional substring matches applied client-side. Returns: dict with 'entries' (list of log rows) and 'total' (count after filtering).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| limit | No | ||
| action | No | ||
| interface | No | ||
| source_ip | No | ||
| destination_ip | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||