Network Inspector: Analyze
network_inspector_analyzeAggregate network events into summaries by type, status, hosts, and errors to quickly orient on a session before drilling into individual events.
Instructions
Aggregate the captured buffer into hotspots and rollups in one call — counts by event type, by HTTP status class (2xx/3xx/4xx/5xx), top hosts (with error counts), top content types, total HTTP/MITM transactions, error count, and the largest responses. Use this to orient on a session before drilling into individual events. Accepts the same optional filters as network_inspector_list_events (device, host, method, type, errorsOnly, mitmOnly). Requires Network Inspector enabled.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| host | No | Optional case-insensitive substring matched against hostname, TLS SNI, or request URL. | |
| type | No | Optional event type filter. | |
| device | No | Optional Roku IP or serial. Omit to include every Roku on the hotspot. | |
| method | No | Optional HTTP method filter. | |
| mitmOnly | No | Only count decrypted-HTTPS transactions. | |
| errorsOnly | No | Only count HTTP transactions with a response status >= 400. |