Method: customers.reports.countDevicesPerReleaseChannel

Get a count of devices per channel.

HTTP request

GET https://chromemanagement.googleapis.com/v1/{customer=customers/*}/reports:countDevicesPerReleaseChannel

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
customer

string

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

Query parameters

Parameters
date

object (Date)

Represents the date from which the active devices are counted, based on UTC. The timestamp is in the ISO 8601 format, yyyy-mm-dd.

Request body

The request body must be empty.

Response body

Response containing the number of devices with the given channel.

If successful, the response body contains data with the following structure:

JSON representation
{
  "unreportedChannelCount": string,
  "canaryChannelCount": string,
  "devChannelCount": string,
  "betaChannelCount": string,
  "stableChannelCount": string,
  "ltcChannelCount": string,
  "ltsChannelCount": string,
  "unsupportedChannelCount": string
}
Fields
unreportedChannelCount

string (int64 format)

Number of devices with an unreported release channel.

canaryChannelCount

string (int64 format)

Number of devices with canary release channel.

devChannelCount

string (int64 format)

Number of devices with dev release channel.

betaChannelCount

string (int64 format)

Number of devices with beta release channel.

stableChannelCount

string (int64 format)

Number of devices with stable release channel.

ltcChannelCount

string (int64 format)

Number of devices with ltc release channel.

ltsChannelCount

string (int64 format)

Number of devices with lts release channel.

unsupportedChannelCount

string (int64 format)

Number of devices with unsupported release channel.

Authorization scopes

Requires the following OAuth scope:

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