PeripheralsReport
Sử dụng bộ sưu tập để sắp xếp ngăn nắp các trang
Lưu và phân loại nội dung dựa trên lựa chọn ưu tiên của bạn.
Báo cáo về thiết bị ngoại vi.
- Cần có quyền chi tiết: TELEMETRY_API_PERIPHERALS_REPORT
Biểu diễn dưới dạng JSON |
{
"reportTime": string,
"usbPeripheralReport": [
{
object (UsbPeripheralReport )
}
]
} |
Trường |
reportTime |
string (Timestamp format)
Chỉ có đầu ra. Dấu thời gian cho biết thời điểm thu thập báo cáo. Sử dụng RFC 3339, trong đó đầu ra được tạo sẽ luôn được chuẩn hoá theo Z và sử dụng 0, 3, 6 hoặc 9 chữ số thập phân. Các độ dời khác ngoài "Z" cũng được chấp nhận. Ví dụ: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" hoặc "2014-10-02T15:01:23+05:30" .
|
usbPeripheralReport[] |
object (UsbPeripheralReport )
Báo cáo về tất cả thiết bị được kết nối qua USB.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2025-07-25 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2025-07-25 UTC."],[[["\u003cp\u003eThe Peripherals report provides information about connected USB devices.\u003c/p\u003e\n"],["\u003cp\u003eIt requires the \u003ccode\u003eTELEMETRY_API_PERIPHERALS_REPORT\u003c/code\u003e permission for access.\u003c/p\u003e\n"],["\u003cp\u003eThe report includes a timestamp indicating when the data was collected and a list of USB peripheral reports.\u003c/p\u003e\n"],["\u003cp\u003eEach USB peripheral report provides details about a specific connected USB device, as defined in the \u003ccode\u003eUsbPeripheralReport\u003c/code\u003e object.\u003c/p\u003e\n"]]],[],null,["# PeripheralsReport\n\n- [JSON representation](#SCHEMA_REPRESENTATION)\n\nPeripherals report.\n\n- Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT\n\n| JSON representation |\n|------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"reportTime\": string, \"usbPeripheralReport\": [ { object (/chrome/management/reference/rest/v1/UsbPeripheralReport) } ] } ``` |\n\n| Fields ||\n|-------------------------|----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `reportTime` | `string (`[Timestamp](https://protobuf.dev/reference/protobuf/google.protobuf/#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\"`. |\n| `usbPeripheralReport[]` | `object (`[UsbPeripheralReport](/chrome/management/reference/rest/v1/UsbPeripheralReport)`)` Reports of all usb connected devices. |"]]