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 タイプ(例: Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz)の DeviceHardwareCountReport。

storageReports[]

object (DeviceHardwareCountReport)

デバイスのストレージ容量(ギガバイト単位、128 など)の DeviceHardwareCountReport。

memoryReports[]

object (DeviceHardwareCountReport)

デバイスのメモリ量(ギガバイト単位、例: 16)の DeviceHardwareCountReport。

認可スコープ

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

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

DeviceHardwareCountReport

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

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

string

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

count

string (int64 format)

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