Method: customers.telemetry.devices.list

すべてのテレメトリー デバイスを一覧表示します。

HTTP リクエスト

GET https://chromemanagement.googleapis.com/v1/{parent=customers/*}/telemetry/devices

この URL は gRPC Transcoding 構文を使用します。

パスパラメータ

パラメータ
parent

string

必須。お客様 ID または「my_customer」リクエストを発行したアカウントに関連付けられているお客様を使用します。

クエリ パラメータ

パラメータ
filter

string

省略可。フィルタに一致するリソースのみを含めます。「reports_timestamp」を指定しないリクエストデフォルトでは最近のレポートのみが返されます。「reports_timestamp>=0」と指定します。すべてのレポートデータを取得できます

サポートされているフィルタ フィールド:

  • orgUnitId
  • serialNumber
  • deviceId
  • reports_timestamp
「reports_timestamp」フィルタでは、Unix エポックミリ秒形式または RFC3339 UTC「Zulu」のいずれかを使用できます。最大 9 桁の小数点以下 9 桁でサポートされます。どちらの形式も単純な二重引用符で囲む必要があります。例: 「2014-10-02T15:01:23Z」、「2014-10-02T15:01:23.045123456Z」、「1679283943823」

readMask

string (FieldMask format)

必須。返されるフィールドを指定するリードマスク。

サポートされている readMask パスは次のとおりです。

  • 名前
  • 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

完全修飾フィールド名のカンマ区切りリスト。例: "user.displayName,photo"

pageSize

integer

返される結果の最大数。デフォルト値は 100 です。最大値は 1,000 です。

pageToken

string

リストの次のページを指定するためのトークン。

リクエスト本文

リクエストの本文は空にする必要があります。

レスポンスの本文

成功すると、レスポンスの本文に次の構造のデータが含まれます。

JSON 表現
{
  "devices": [
    {
      object (TelemetryDevice)
    }
  ],
  "nextPageToken": string
}
フィールド
devices[]

object (TelemetryDevice)

レスポンスで返されるテレメトリー デバイス。

nextPageToken

string

リストの次のページを指定するためのトークン。

認可スコープ

次の OAuth スコープが必要です。

  • https://www.googleapis.com/auth/chrome.management.telemetry.readonly