Method: customers.reports.countChromeHardwareFleetDevices
Stay organized with collections
Save and categorize content based on your preferences.
HTTP request
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeHardwareFleetDevices
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters |
customer |
string
Required. The customer ID or "my_customer".
|
Query parameters
Parameters |
orgUnitId |
string
Optional. The ID of the organizational unit. If omitted, all data will be returned.
|
readMask |
string (FieldMask format)
Required. Mask of the fields that should be populated in the returned report. 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
Response containing a list of devices with a specific type of hardware specification from the requested hardware type.
If successful, the response body contains data with the following structure:
Fields |
modelReports[] |
object (DeviceHardwareCountReport )
The DeviceHardwareCountReport for device model type (for example Acer C7 Chromebook).
|
cpuReports[] |
object (DeviceHardwareCountReport )
The DeviceHardwareCountReport for device cpu type (for example Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz).
|
storageReports[] |
object (DeviceHardwareCountReport )
The DeviceHardwareCountReport for device storage amount in gigabytes (for example 128).
|
memoryReports[] |
object (DeviceHardwareCountReport )
The DeviceHardwareCountReport for device memory amount in gigabytes (for example 16).
|
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/chrome.management.reports.readonly
DeviceHardwareCountReport
Report for CountChromeDevicesPerHardwareSpecResponse, contains the count of devices with a unique hardware specification.
JSON representation |
{
"bucket": string,
"count": string
} |
Fields |
bucket |
string
Public name of the hardware specification.
|
count |
string (int64 format)
Count of devices with a unique hardware specification.
|
Except as otherwise noted, the content of this page is licensed under the Creative Commons Attribution 4.0 License, and code samples are licensed under the Apache 2.0 License. For details, see the Google Developers Site Policies. Java is a registered trademark of Oracle and/or its affiliates.
Last updated 2025-06-23 UTC.
[null,null,["Last updated 2025-06-23 UTC."],[[["\u003cp\u003eCounts devices based on hardware specifications like model, CPU, storage, and memory.\u003c/p\u003e\n"],["\u003cp\u003eRequires \u003ccode\u003eGET\u003c/code\u003e request to the specified endpoint with \u003ccode\u003ecustomer\u003c/code\u003e, \u003ccode\u003eorgUnitId\u003c/code\u003e, and \u003ccode\u003ereadMask\u003c/code\u003e parameters.\u003c/p\u003e\n"],["\u003cp\u003eResponse includes hardware reports categorized by model, CPU, storage, and memory, each with a bucket and device count.\u003c/p\u003e\n"],["\u003cp\u003eUtilizes the \u003ccode\u003echrome.management.reports.readonly\u003c/code\u003e authorization scope for access.\u003c/p\u003e\n"],["\u003cp\u003eProvides further information via a support link regarding hardware specification details.\u003c/p\u003e\n"]]],[],null,["# Method: customers.reports.countChromeHardwareFleetDevices\n\n- [HTTP request](#body.HTTP_TEMPLATE)\n- [Path parameters](#body.PATH_PARAMETERS)\n- [Query parameters](#body.QUERY_PARAMETERS)\n- [Request body](#body.request_body)\n- [Response body](#body.response_body)\n - [JSON representation](#body.CountChromeHardwareFleetDevicesResponse.SCHEMA_REPRESENTATION)\n- [Authorization scopes](#body.aspect)\n- [DeviceHardwareCountReport](#DeviceHardwareCountReport)\n - [JSON representation](#DeviceHardwareCountReport.SCHEMA_REPRESENTATION)\n- [Try it!](#try-it)\n\nCounts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here \u003chttps://support.google.com/chrome/a/answer/10564947\u003e\n\n### HTTP request\n\n`GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeHardwareFleetDevices`\n\nThe URL uses [gRPC Transcoding](https://google.aip.dev/127) syntax.\n\n### Path parameters\n\n| Parameters ||\n|------------|------------------------------------------------------|\n| `customer` | `string` Required. The customer ID or \"my_customer\". |\n\n### Query parameters\n\n| Parameters ||\n|-------------|--------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `orgUnitId` | `string` Optional. The ID of the organizational unit. If omitted, all data will be returned. |\n| `readMask` | `string (`[FieldMask](https://protobuf.dev/reference/protobuf/google.protobuf/#field-mask)` format)` Required. Mask of the fields that should be populated in the returned report. This is a comma-separated list of fully qualified names of fields. Example: `\"user.displayName,photo\"`. |\n\n### Request body\n\nThe request body must be empty.\n\n### Response body\n\nResponse containing a list of devices with a specific type of hardware specification from the requested hardware type.\n\nIf successful, the response body contains data with the following structure:\n\n| JSON representation |\n|-------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| ``` { \"modelReports\": [ { object (/chrome/management/reference/rest/v1/customers.reports/countChromeHardwareFleetDevices#DeviceHardwareCountReport) } ], \"cpuReports\": [ { object (/chrome/management/reference/rest/v1/customers.reports/countChromeHardwareFleetDevices#DeviceHardwareCountReport) } ], \"storageReports\": [ { object (/chrome/management/reference/rest/v1/customers.reports/countChromeHardwareFleetDevices#DeviceHardwareCountReport) } ], \"memoryReports\": [ { object (/chrome/management/reference/rest/v1/customers.reports/countChromeHardwareFleetDevices#DeviceHardwareCountReport) } ] } ``` |\n\n| Fields ||\n|--------------------|-----------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------------|\n| `modelReports[]` | `object (`[DeviceHardwareCountReport](/chrome/management/reference/rest/v1/customers.reports/countChromeHardwareFleetDevices#DeviceHardwareCountReport)`)` The DeviceHardwareCountReport for device model type (for example Acer C7 Chromebook). |\n| `cpuReports[]` | `object (`[DeviceHardwareCountReport](/chrome/management/reference/rest/v1/customers.reports/countChromeHardwareFleetDevices#DeviceHardwareCountReport)`)` The DeviceHardwareCountReport for device cpu type (for example Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz). |\n| `storageReports[]` | `object (`[DeviceHardwareCountReport](/chrome/management/reference/rest/v1/customers.reports/countChromeHardwareFleetDevices#DeviceHardwareCountReport)`)` The DeviceHardwareCountReport for device storage amount in gigabytes (for example 128). |\n| `memoryReports[]` | `object (`[DeviceHardwareCountReport](/chrome/management/reference/rest/v1/customers.reports/countChromeHardwareFleetDevices#DeviceHardwareCountReport)`)` The DeviceHardwareCountReport for device memory amount in gigabytes (for example 16). |\n\n### Authorization scopes\n\nRequires the following OAuth scope:\n\n- `https://www.googleapis.com/auth/chrome.management.reports.readonly`\n\nDeviceHardwareCountReport\n-------------------------\n\nReport for CountChromeDevicesPerHardwareSpecResponse, contains the count of devices with a unique hardware specification.\n\n| JSON representation |\n|-----------------------------------------------|\n| ``` { \"bucket\": string, \"count\": string } ``` |\n\n| Fields ||\n|----------|--------------------------------------------------------------------------------------------------------------------------------------------|\n| `bucket` | `string` Public name of the hardware specification. |\n| `count` | `string (`[int64](https://developers.google.com/discovery/v1/type-format)` format)` Count of devices with a unique hardware specification. |"]]