PeripheralsReport
Organiza tus páginas con colecciones
Guarda y categoriza el contenido según tus preferencias.
Informe de periféricos
- Se necesita permiso detallado: TELEMETRY_API_PERIPHERALS_REPORT
Representación JSON |
{
"reportTime": string,
"usbPeripheralReport": [
{
object (UsbPeripheralReport )
}
]
} |
Campos |
reportTime |
string (Timestamp format)
Solo salida. Marca de tiempo de cuándo se recopiló el informe. Usa RFC 3339, en el que el resultado generado siempre se normalizará en Z y usará 0, 3, 6 o 9 dígitos fraccionarios. También se aceptan compensaciones distintas de "Z". Ejemplos: "2014-10-02T15:01:23Z" , "2014-10-02T15:01:23.045123456Z" o "2014-10-02T15:01:23+05:30" .
|
usbPeripheralReport[] |
object (UsbPeripheralReport )
Informes de todos los dispositivos conectados por USB
|
Salvo que se indique lo contrario, el contenido de esta página está sujeto a la licencia Atribución 4.0 de Creative Commons, y los ejemplos de código están sujetos a la licencia Apache 2.0. Para obtener más información, consulta las políticas del sitio de Google Developers. Java es una marca registrada de Oracle o sus afiliados.
Última actualización: 2025-07-25 (UTC)
[null,null,["Última actualización: 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. |"]]