Method: customers.telemetry.devices.get
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{name=customers/*/telemetry/devices/*}
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
name |
string
Required. Name of the TelemetryDevice to return.
|
Query parameters
Parameters |
readMask |
string (FieldMask format)
Required. Read mask to specify which fields to return. Supported readMask paths are: - name
- 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
This is a comma-separated list of fully qualified names of fields. Example: "user.displayName,photo" .
|
Request body
The request body must be empty.
Response body
If successful, the response body contains an instance of TelemetryDevice
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.telemetry.readonly
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2024-10-23 UTC.
[[["Easy to understand","easyToUnderstand","thumb-up"],["Solved my problem","solvedMyProblem","thumb-up"],["Other","otherUp","thumb-up"]],[["Missing the information I need","missingTheInformationINeed","thumb-down"],["Too complicated / too many steps","tooComplicatedTooManySteps","thumb-down"],["Out of date","outOfDate","thumb-down"],["Samples / code issue","samplesCodeIssue","thumb-down"],["Other","otherDown","thumb-down"]],["Last updated 2024-10-23 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."]]],[]]