AI-generated Key Takeaways
-
The Network Bandwidth Report provides information about network bandwidth usage.
-
A granular permission of TELEMETRY_API_NETWORK_REPORT is needed to access this report.
-
The report's JSON representation includes the report time and download speed in kilobits per second.
-
The
reportTimefield indicates when the report was collected and is in Timestamp format. -
The
downloadSpeedKbpsfield shows the download speed and is in int64 format.
Network bandwidth report.
- Granular permission needed: TELEMETRY_API_NETWORK_REPORT
| JSON representation |
|---|
{ "reportTime" : string , "downloadSpeedKbps" : string } |
| Fields | |
|---|---|
reportTime
|
Output only. Timestamp of when the report was collected. Uses RFC 3339, where generated output will always be Z-normalized and uses 0, 3, 6 or 9 fractional digits. Offsets other than "Z" are also accepted. Examples: |
downloadSpeedKbps
|
Output only. Download speed in kilobits per second. |


