You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
- Parse JSON response to calculate total traffic (sum of all flow bytes)
- Convert traffic to bandwidth metrics (bits per second) using 5-minute granularity
- Calculate average and peak bandwidth values
- Add human-readable formatting for traffic and bandwidth
- Remove raw JSON from default response
- Add include_raw_data parameter to optionally return raw data for download
- Update tool schema to document new parameter and behavior
Generated with [codeagent](https://github.com/qbox/codeagent)
Co-authored-by: callmefisher <4330146+callmefisher@users.noreply.github.com>
description="Query live streaming traffic statistics for a time range. Returns bandwidth and traffic usage data.",
180
+
description="Query live streaming traffic statistics for a time range. Returns total traffic (bytes), average bandwidth (bps), peak bandwidth (bps), and optionally raw data for download.",
0 commit comments