Chrome Management API (chromemanagement:v1)

2025-11-07

3 new methods

Additions

    Methods
  • chromemanagement.customers.reports.countActiveDevices

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

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

      HTTP Method : GET

      Parameters :

        customer

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

          Pattern : ^customers/[^/]+$

          Location : path

          Required : Yes

          Type : string

        date.year

          Description : Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

          Location : query

          Type : integer

          Format : int32

        date.month

          Description : Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

          Location : query

          Type : integer

          Format : int32

        date.day

          Description : Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

          Location : query

          Type : integer

          Format : int32

      Parameter Order : customer

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

      Description : Get a count of active devices per set time frames.

  • chromemanagement.customers.reports.countDevicesPerReleaseChannel

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

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

      HTTP Method : GET

      Parameters :

        customer

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

          Pattern : ^customers/[^/]+$

          Location : path

          Required : Yes

          Type : string

        date.year

          Description : Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

          Location : query

          Type : integer

          Format : int32

        date.month

          Description : Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

          Location : query

          Type : integer

          Format : int32

        date.day

          Description : Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

          Location : query

          Type : integer

          Format : int32

      Parameter Order : customer

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

      Description : Get a count of devices per channel.

  • chromemanagement.customers.reports.countDevicesPerBootType

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

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

      HTTP Method : GET

      Parameters :

        customer

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

          Pattern : ^customers/[^/]+$

          Location : path

          Required : Yes

          Type : string

        date.year

          Description : Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.

          Location : query

          Type : integer

          Format : int32

        date.month

          Description : Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.

          Location : query

          Type : integer

          Format : int32

        date.day

          Description : Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn't significant.

          Location : query

          Type : integer

          Format : int32

      Parameter Order : customer

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

      Description : Get a count of devices per boot type.