|
330 | 330 | "https://www.googleapis.com/auth/chrome.management.reports.readonly" |
331 | 331 | ] |
332 | 332 | }, |
| 333 | + "countChromeHardwareFleetDevices": { |
| 334 | + "description": "Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947", |
| 335 | + "flatPath": "v1/customers/{customersId}/reports:countChromeHardwareFleetDevices", |
| 336 | + "httpMethod": "GET", |
| 337 | + "id": "chromemanagement.customers.reports.countChromeHardwareFleetDevices", |
| 338 | + "parameterOrder": [ |
| 339 | + "customer" |
| 340 | + ], |
| 341 | + "parameters": { |
| 342 | + "customer": { |
| 343 | + "description": "Required. The customer ID or \"my_customer\".", |
| 344 | + "location": "path", |
| 345 | + "pattern": "^customers/[^/]+$", |
| 346 | + "required": true, |
| 347 | + "type": "string" |
| 348 | + }, |
| 349 | + "orgUnitId": { |
| 350 | + "description": "Optional. The ID of the organizational unit. If omitted, all data will be returned.", |
| 351 | + "location": "query", |
| 352 | + "type": "string" |
| 353 | + }, |
| 354 | + "readMask": { |
| 355 | + "description": "Required. Mask of the fields that should be populated in the returned report.", |
| 356 | + "format": "google-fieldmask", |
| 357 | + "location": "query", |
| 358 | + "type": "string" |
| 359 | + } |
| 360 | + }, |
| 361 | + "path": "v1/{+customer}/reports:countChromeHardwareFleetDevices", |
| 362 | + "response": { |
| 363 | + "$ref": "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse" |
| 364 | + }, |
| 365 | + "scopes": [ |
| 366 | + "https://www.googleapis.com/auth/chrome.management.reports.readonly" |
| 367 | + ] |
| 368 | + }, |
333 | 369 | "countChromeVersions": { |
334 | 370 | "description": "Generate report of installed Chrome versions.", |
335 | 371 | "flatPath": "v1/customers/{customersId}/reports:countChromeVersions", |
|
595 | 631 | } |
596 | 632 | } |
597 | 633 | }, |
598 | | - "revision": "20220913", |
| 634 | + "revision": "20220914", |
599 | 635 | "rootUrl": "https://chromemanagement.googleapis.com/", |
600 | 636 | "schemas": { |
601 | 637 | "GoogleChromeManagementV1AndroidAppInfo": { |
|
1209 | 1245 | }, |
1210 | 1246 | "type": "object" |
1211 | 1247 | }, |
| 1248 | + "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse": { |
| 1249 | + "description": "Response containing a list of devices with a specific type of hardware specification from the requested hardware type.", |
| 1250 | + "id": "GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse", |
| 1251 | + "properties": { |
| 1252 | + "cpuReports": { |
| 1253 | + "description": "The DeviceHardwareCountReport for device cpu type (for example Intel(R) Core(TM) i7-10610U CPU @ 1.80GHz).", |
| 1254 | + "items": { |
| 1255 | + "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport" |
| 1256 | + }, |
| 1257 | + "type": "array" |
| 1258 | + }, |
| 1259 | + "memoryReports": { |
| 1260 | + "description": "The DeviceHardwareCountReport for device memory amount in gigabytes (for example 16).", |
| 1261 | + "items": { |
| 1262 | + "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport" |
| 1263 | + }, |
| 1264 | + "type": "array" |
| 1265 | + }, |
| 1266 | + "modelReports": { |
| 1267 | + "description": "The DeviceHardwareCountReport for device model type (for example Acer C7 Chromebook).", |
| 1268 | + "items": { |
| 1269 | + "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport" |
| 1270 | + }, |
| 1271 | + "type": "array" |
| 1272 | + }, |
| 1273 | + "storageReports": { |
| 1274 | + "description": "The DeviceHardwareCountReport for device storage amount in gigabytes (for example 128).", |
| 1275 | + "items": { |
| 1276 | + "$ref": "GoogleChromeManagementV1DeviceHardwareCountReport" |
| 1277 | + }, |
| 1278 | + "type": "array" |
| 1279 | + } |
| 1280 | + }, |
| 1281 | + "type": "object" |
| 1282 | + }, |
1212 | 1283 | "GoogleChromeManagementV1CountChromeVersionsResponse": { |
1213 | 1284 | "description": "Response containing requested browser versions details and counts.", |
1214 | 1285 | "id": "GoogleChromeManagementV1CountChromeVersionsResponse", |
|
1423 | 1494 | }, |
1424 | 1495 | "type": "object" |
1425 | 1496 | }, |
| 1497 | + "GoogleChromeManagementV1DeviceHardwareCountReport": { |
| 1498 | + "description": "Report for CountChromeDevicesPerHardwareSpecResponse, contains the count of devices with a unique hardware specification.", |
| 1499 | + "id": "GoogleChromeManagementV1DeviceHardwareCountReport", |
| 1500 | + "properties": { |
| 1501 | + "bucket": { |
| 1502 | + "description": "Public name of the hardware specification.", |
| 1503 | + "type": "string" |
| 1504 | + }, |
| 1505 | + "count": { |
| 1506 | + "description": "Count of devices with a unique hardware specification.", |
| 1507 | + "format": "int64", |
| 1508 | + "type": "string" |
| 1509 | + } |
| 1510 | + }, |
| 1511 | + "type": "object" |
| 1512 | + }, |
1426 | 1513 | "GoogleChromeManagementV1DiskInfo": { |
1427 | 1514 | "description": "Status of the single storage device.", |
1428 | 1515 | "id": "GoogleChromeManagementV1DiskInfo", |
|
0 commit comments