PeripheralsReport
संग्रह की मदद से व्यवस्थित रहें
अपनी प्राथमिकताओं के आधार पर, कॉन्टेंट को सेव करें और कैटगरी में बांटें.
सहायक डिवाइसों की रिपोर्ट.
- ज़्यादा जानकारी वाली अनुमति ज़रूरी है: TELEMETRY_API_PERIPHERALS_REPORT
JSON के काेड में दिखाना |
{
"reportTime": string,
"usbPeripheralReport": [
{
object (UsbPeripheralReport )
}
]
} |
फ़ील्ड |
reportTime |
string (Timestamp format)
सिर्फ़ आउटपुट के लिए. रिपोर्ट इकट्ठा करने का टाइमस्टैंप. आरएफ़सी 3339 का इस्तेमाल करता है. इसमें जनरेट किया गया आउटपुट हमेशा 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 )
यूएसबी से कनेक्ट किए गए सभी डिवाइसों की रिपोर्ट.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2025-07-25 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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. |"]]