|
254 | 254 | },
|
255 | 255 | "reports": {
|
256 | 256 | "methods": {
|
| 257 | + "countChromeBrowsersNeedingAttention": { |
| 258 | + "description": "Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.", |
| 259 | + "flatPath": "v1/customers/{customersId}/reports:countChromeBrowsersNeedingAttention", |
| 260 | + "httpMethod": "GET", |
| 261 | + "id": "chromemanagement.customers.reports.countChromeBrowsersNeedingAttention", |
| 262 | + "parameterOrder": [ |
| 263 | + "customer" |
| 264 | + ], |
| 265 | + "parameters": { |
| 266 | + "customer": { |
| 267 | + "description": "Required. The customer ID or \"my_customer\" prefixed with \"customers/\".", |
| 268 | + "location": "path", |
| 269 | + "pattern": "^customers/[^/]+$", |
| 270 | + "required": true, |
| 271 | + "type": "string" |
| 272 | + }, |
| 273 | + "orgUnitId": { |
| 274 | + "description": "Optional. The ID of the organizational unit. If omitted, all data will be returned.", |
| 275 | + "location": "query", |
| 276 | + "type": "string" |
| 277 | + } |
| 278 | + }, |
| 279 | + "path": "v1/{+customer}/reports:countChromeBrowsersNeedingAttention", |
| 280 | + "response": { |
| 281 | + "$ref": "GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse" |
| 282 | + }, |
| 283 | + "scopes": [ |
| 284 | + "https://www.googleapis.com/auth/chrome.management.reports.readonly" |
| 285 | + ] |
| 286 | + }, |
257 | 287 | "countChromeDevicesReachingAutoExpirationDate": {
|
258 | 288 | "description": "Generate report of the number of devices expiring in each month of the selected time frame. Devices are grouped by auto update expiration date and model. Further information can be found [here](https://support.google.com/chrome/a/answer/10564947).",
|
259 | 289 | "flatPath": "v1/customers/{customersId}/reports:countChromeDevicesReachingAutoExpirationDate",
|
|
764 | 794 | }
|
765 | 795 | }
|
766 | 796 | },
|
767 |
| - "revision": "20230206", |
| 797 | + "revision": "20230212", |
768 | 798 | "rootUrl": "https://chromemanagement.googleapis.com/",
|
769 | 799 | "schemas": {
|
770 | 800 | "GoogleChromeManagementV1AndroidAppInfo": {
|
|
1402 | 1432 | },
|
1403 | 1433 | "type": "object"
|
1404 | 1434 | },
|
| 1435 | + "GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse": { |
| 1436 | + "description": "Response containing counts for browsers that need attention.", |
| 1437 | + "id": "GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse", |
| 1438 | + "properties": { |
| 1439 | + "noRecentActivityCount": { |
| 1440 | + "description": "Number of browsers that haven\u2019t had any recent activity", |
| 1441 | + "format": "int64", |
| 1442 | + "type": "string" |
| 1443 | + }, |
| 1444 | + "pendingBrowserUpdateCount": { |
| 1445 | + "description": "Number of browsers that are pending an OS update", |
| 1446 | + "format": "int64", |
| 1447 | + "type": "string" |
| 1448 | + }, |
| 1449 | + "recentlyEnrolledCount": { |
| 1450 | + "description": "Number of browsers that have been recently enrolled", |
| 1451 | + "format": "int64", |
| 1452 | + "type": "string" |
| 1453 | + } |
| 1454 | + }, |
| 1455 | + "type": "object" |
| 1456 | + }, |
1405 | 1457 | "GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse": {
|
1406 | 1458 | "description": "Response containing a list of devices expiring in each month of a selected time frame. Counts are grouped by model and Auto Update Expiration date.",
|
1407 | 1459 | "id": "GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse",
|
|
0 commit comments