opn_firewall_log
Retrieve recent firewall log entries to inspect blocked and passed traffic, troubleshoot connectivity issues, and audit firewall activity with optional filters by IP, action, or interface.
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 |
|---|---|---|---|
| source_ip | No | ||
| destination_ip | No | ||
| action | No | ||
| interface | No | ||
| limit | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||