NetworkBandwidthReport

  • 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 reportTime field indicates when the report was collected and is in Timestamp format.

  • The downloadSpeedKbps field 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

string ( Timestamp format)

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: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" or "2014-10-02T15:01:23+05:30" .

downloadSpeedKbps

string ( int64 format)

Output only. Download speed in kilobits per second.

Create a Mobile Website
View Site in Mobile | Classic
Share by: