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 桁です。どちらの形式も単純な二重引用符で囲む必要があります。例: "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