Method: customers.reports.countDevicesPerBootType

Get a count of devices per boot type.

HTTP request

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

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 boot type.

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

JSON representation
{
  "unreportedBootTypeCount": string,
  "devBootTypeCount": string,
  "verifiedBootTypeCount": string
}
Fields
unreportedBootTypeCount

string (int64 format)

Number of devices with unreported boot type.

devBootTypeCount

string (int64 format)

Number of devices with dev boot type.

verifiedBootTypeCount

string (int64 format)

Number of devices with verified boot type.

Authorization scopes

Requires the following OAuth scope:

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