PeripheralsReport

外围设备报告。

  • 所需精细权限:TELEMETRY_API_PERIPHERALS_REPORT
JSON 表示法
{
  "reportTime": string,
  "usbPeripheralReport": [
    {
      object (UsbPeripheralReport)
    }
  ]
}
字段
reportTime

string (Timestamp format)

仅限输出。表示收集此报告的时间的时间戳。

采用 RFC 3339 标准,生成的输出将始终进行 Z 规范化(即转换为 UTC 零时区格式并在末尾附加 Z),并使用 0、3、6 或 9 个小数位。不进行“Z”归一化处理的偏差时间也是可以接受的。示例:"2014-10-02T15:01:23Z""2014-10-02T15:01:23.045123456Z""2014-10-02T15:01:23+05:30"

usbPeripheralReport[]

object (UsbPeripheralReport)

所有 USB 连接设备的报告。