Method: customers.telemetry.devices.get

  • The "Get telemetry device" API call retrieves a TelemetryDevice.

  • The HTTP request uses a GET method with a specific URL format that includes the device's name.

  • Path parameters require the name of the TelemetryDevice to return.

  • Query parameters require a readMask to specify which fields of the TelemetryDevice to return.

  • The request body must be empty and the response body contains an instance of TelemetryDevice if successful.

  • This API call requires the https://www.googleapis.com/auth/chrome.management.telemetry.readonly authorization scope.

Get telemetry device.

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