Method: customers.telemetry.devices.get
Pobieranie danych telemetrycznych urządzenia.
Żądanie HTTP
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/telemetry/devices/*}
Adres URL używa składni transkodowania gRPC.
Parametry ścieżki
Parametry |
name |
string
Wymagane. Nazwa TelemetryDevice do zwrócenia.
|
Parametry zapytania
Parametry |
readMask |
string (FieldMask format)
Wymagane. maska odczytu, aby określić, które pola mają być zwracane. Obsługiwane ścieżki readMask: - nazwa
- orgUnitId
- deviceId
- serialNumber
- cpuInfo
- cpuStatusReport
- memoryInfo
- memoryStatusReport
- networkInfo
- networkDiagnosticsReport
- networkStatusReport
- osUpdateStatus
- graphicsInfo
- graphicsStatusReport
- batteryInfo
- batteryStatusReport
- storageInfo
- storageStatusReport
- thunderboltInfo
- audioStatusReport
- bootPerformanceReport
- heartbeatStatusReport
- networkBandwidthReport
- peripheralsReport
- kioskAppStatusReport
- appReport
- runtimeCountersReport
Jest to lista pełnych nazw pól rozdzielona przecinkami. Przykład: "user.displayName,photo" .
|
Treść żądania
Treść żądania musi być pusta.
Treść odpowiedzi
W przypadku powodzenia treść odpowiedzi obejmuje wystąpienie elementu TelemetryDevice
.
Zakresy autoryzacji
Wymaga następującego zakresu OAuth:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2024-11-14 UTC.
[null,null,["Ostatnia aktualizacja: 2024-11-14 UTC."],[[["Retrieve telemetry data for a specific device using the `GET` method and providing the device's name in the URL path."],["Customize the data returned by using the `readMask` query parameter to specify desired fields, such as CPU, memory, network, or OS information."],["This endpoint requires authorization with the `https://www.googleapis.com/auth/chrome.management.telemetry.readonly` scope for read-only access to telemetry data."],["Upon successful execution, the response will contain a `TelemetryDevice` object containing the requested telemetry information."]]],[]]