states_table
Read active firewall state-table entries to review currently tracked connections. Obtain a bounded list with total and truncation status for quick connection inspection.
Instructions
[READ] Active pf state-table entries (connections currently tracked).
Args: top: How many state entries to return (default 100). target: Firewall target name from config; omit for the default.
Returns an envelope: {"states": [...], "returned": N, "limit": L, "truncated": bool, "total": T}. "truncated" is true when the state table holds more entries than were returned.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| top | No | ||
| target | No |