Method: customers.reports.countChromeHardwareFleetDevices

リクエストされたハードウェア タイプ(モデル名、プロセッサ タイプなど)のうち、特定のハードウェア仕様を持つデバイスの数。詳しくは、https://support.google.com/chrome/a/answer/10564947 をご覧ください。

HTTP リクエスト

GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeHardwareFleetDevices

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

パスパラメータ

パラメータ
customer

string

必須。お客様 ID または「my_customer」。

クエリ パラメータ

パラメータ
orgUnitId

string

省略可。組織部門の ID。省略すると、すべてのデータが返されます。

readMask

string (FieldMask format)

必須。返されるレポートに入力する必要があるフィールドのマスク。

これは、フィールドの完全修飾名のカンマ区切りリストです。(例: "user.displayName,photo")。

リクエスト本文

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

レスポンスの本文

リクエストされたハードウェア タイプの中から特定のタイプのハードウェア仕様を持つデバイスのリストを含むレスポンス。

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

JSON 表現
{
  "modelReports": [
    {
      object (DeviceHardwareCountReport)
    }
  ],
  "cpuReports": [
    {
      object (DeviceHardwareCountReport)
    }
  ],
  "storageReports": [
    {
      object (DeviceHardwareCountReport)
    }
  ],
  "memoryReports": [
    {
      object (DeviceHardwareCountReport)
    }
  ]
}
フィールド
modelReports[]

object (DeviceHardwareCountReport)

デバイスのモデルタイプ(Acer C7 Chromebook など)に応じた DeviceHardwareCountReport。

cpuReports[]

object (DeviceHardwareCountReport)

デバイス CPU タイプの DeviceHardwareCountReport(例: Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz)。

storageReports[]

object (DeviceHardwareCountReport)

デバイスの保存容量の DeviceHardwareCountReport は、ギガバイト単位(例: 128)。

memoryReports[]

object (DeviceHardwareCountReport)

デバイスのメモリ量をギガバイト単位で表した DeviceHardwareCountReport(例: 16)。

承認スコープ

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

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

DeviceHardwareCountReport

CountChromeDevicesPerHardwareSpecResponse のレポートには、固有のハードウェア仕様を持つデバイスの数が含まれます。

JSON 表現
{
  "bucket": string,
  "count": string
}
フィールド
bucket

string

ハードウェア仕様の公開名。

count

string (int64 format)

固有のハードウェア仕様を持つデバイスの数。