get_flow_data
Retrieve and analyze network traffic flows from Firewalla firewall, enabling filtering by region, protocol, domain, or category, and grouping or sorting results for detailed insights.
Instructions
Query network traffic flows from Firewalla firewall
Input Schema
Name | Required | Description | Default |
---|---|---|---|
cursor | No | Pagination cursor from previous response | |
groupBy | No | Group flows by specified values (e.g., "domain,box") | |
limit | No | Maximum results (optional, default: 200, API maximum: 500) | |
query | No | Search query for flows. Supports region:US for geographic filtering, protocol:tcp, blocked:true, domain:*, category:social, etc. | |
sortBy | No | Sort flows (default: "ts:desc") |