Method: customers.reports.countChromeHardwareFleetDevices
Restez organisé à l'aide des collections
Enregistrez et classez les contenus selon vos préférences.
Requête HTTP
GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countChromeHardwareFleetDevices
L'URL utilise la syntaxe de transcodage gRPC.
Paramètres de chemin d'accès
Paramètres |
customer |
string
Obligatoire. Numéro client ou "my_customer".
|
Paramètres de requête
Paramètres |
orgUnitId |
string
Facultatif. ID de l'unité organisationnelle. S'il est omis, toutes les données sont renvoyées.
|
readMask |
string (FieldMask format)
Obligatoire. Masque des champs à renseigner dans le rapport renvoyé. Il s'agit d'une liste de noms de champs complets séparés par une virgule. Exemple : "user.displayName,photo"
|
Corps de la requête
Le corps de la requête doit être vide.
Corps de la réponse
Réponse contenant une liste d'appareils présentant un type spécifique de spécification matérielle du type de matériel demandé.
Si la requête aboutit, le corps de la réponse contient des données qui ont la structure suivante :
Champs |
modelReports[] |
object (DeviceHardwareCountReport )
Rapport DeviceHardwareCountReport pour le type de modèle de l'appareil (par exemple, le Chromebook Acer C7).
|
cpuReports[] |
object (DeviceHardwareCountReport )
Le rapport DeviceHardwareCountReport pour le type de processeur de l'appareil (par exemple, processeur Intel(R) Core(TM) i7-10610U à 1,80 GHz).
|
storageReports[] |
object (DeviceHardwareCountReport )
Le rapport DeviceHardwareCountReport indique la quantité d'espace de stockage de l'appareil en gigaoctets (par exemple, 128).
|
memoryReports[] |
object (DeviceHardwareCountReport )
DeviceHardwareCountReport pour la quantité de mémoire de l'appareil en gigaoctets (par exemple, 16).
|
Champs d'application des autorisations
Requiert le niveau d'accès OAuth suivant :
https://www.googleapis.com/auth/chrome.management.reports.readonly
DeviceHardwareCountReport
Le rapport pour CountChromeDevicesPerHardwareSpecResponse indique le nombre d'appareils présentant une spécification matérielle unique.
Représentation JSON |
{
"bucket": string,
"count": string
} |
Champs |
bucket |
string
Nom public de la spécification matérielle.
|
count |
string (int64 format)
Nombre d'appareils avec une spécification matérielle unique.
|
Sauf indication contraire, le contenu de cette page est régi par une licence Creative Commons Attribution 4.0, et les échantillons de code sont régis par une licence Apache 2.0. Pour en savoir plus, consultez les Règles du site Google Developers. Java est une marque déposée d'Oracle et/ou de ses sociétés affiliées.
Dernière mise à jour le 2025/07/25 (UTC).
[null,null,["Dernière mise à jour le 2025/07/25 (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. |"]]