Chrome Management API (chromemanagement:v1)

2022-07-13

2 new methods

Additions

    Methods
  • chromemanagement.customers.reports.countChromeDevicesReachingAutoExpirationDate

      Parameters:

        maxAueDate

          Location: query

          Description: Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or earlier than the maximum date.

          Type: string

        minAueDate

          Location: query

          Description: Optional. Maximum expiration date in format yyyy-mm-dd in UTC timezone. If included returns all devices that have already expired and devices with auto expiration date equal to or later than the minimum date.

          Type: string

        customer

          Type: string

          Description: Required. The customer ID or "my_customer" prefixed with "customers/".

          Required: Yes

          Pattern: ^customers/[^/]+$

          Location: path

        orgUnitId

          Type: string

          Description: Optional. The organizational unit ID, if omitted, will return data for all organizational units.

          Location: query

      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).

      Parameter Order: customer

      Flat Path: v1/customers/{customersId}/reports:countChromeDevicesReachingAutoExpirationDate

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

      Path: v1/{+customer}/reports:countChromeDevicesReachingAutoExpirationDate

      HTTP Method: GET

  • chromemanagement.customers.reports.countChromeDevicesThatNeedAttention

      Description: Counts of ChromeOS devices that have not synced policies or have lacked user activity in the past 28 days, are out of date, or are not complaint. Further information can be found here https://support.google.com/chrome/a/answer/10564947

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

      HTTP Method: GET

      Path: v1/{+customer}/reports:countChromeDevicesThatNeedAttention

      Parameter Order: customer

      Parameters:

        customer

          Description: Required. The customer ID or "my_customer" prefixed with "customers/".

          Type: string

          Location: path

          Required: Yes

          Pattern: ^customers/[^/]+$

        orgUnitId

          Description: Optional. The ID of the organizational unit. If omitted, all data will be returned.

          Type: string

          Location: query

        readMask

          Type: string

          Format: google-fieldmask

          Description: Required. Mask of the fields that should be populated in the returned report.

          Location: query

      Flat Path: v1/customers/{customersId}/reports:countChromeDevicesThatNeedAttention