CustomersReports
class CustomersReports extends Resource (View source)
The "reports" collection of methods.
Typical usage is:
$chromemanagementService = new Google\Service\ChromeManagement(...);
$reports = $chromemanagementService->customers_reports;
Methods
Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.
Get a count of Chrome crash events. (reports.countChromeCrashEvents)
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.
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 (reports.countChromeDevicesThatNeedAttention)
Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947 (reports.countChromeHardwareFleetDevices)
Generate report of installed Chrome versions. (reports.countChromeVersions)
Generate report of app installations. (reports.countInstalledApps)
Get a summary of printing done by each printer.
Get a summary of printing done by each user. (reports.countPrintJobsByUser)
Get a list of print jobs. (reports.enumeratePrintJobs)
Generate report of managed Chrome browser devices that have a specified app installed. (reports.findInstalledAppDevices)
Details
GoogleChromeManagementV1CountChromeBrowsersNeedingAttentionResponse
countChromeBrowsersNeedingAttention(string $customer, array $optParams = [])
Count of Chrome Browsers that have been recently enrolled, have new policy to be synced, or have no recent activity.
(reports.countChromeBrowsersNeedingAttention)
GoogleChromeManagementV1CountChromeCrashEventsResponse
countChromeCrashEvents(string $customer, array $optParams = [])
Get a count of Chrome crash events. (reports.countChromeCrashEvents)
GoogleChromeManagementV1CountChromeDevicesReachingAutoExpirationDateResponse
countChromeDevicesReachingAutoExpirationDate(string $customer, array $optParams = [])
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.
(reports.countChromeDevicesReachingAutoExpirationDate)
GoogleChromeManagementV1CountChromeDevicesThatNeedAttentionResponse
countChromeDevicesThatNeedAttention(string $customer, array $optParams = [])
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 (reports.countChromeDevicesThatNeedAttention)
GoogleChromeManagementV1CountChromeHardwareFleetDevicesResponse
countChromeHardwareFleetDevices(string $customer, array $optParams = [])
Counts of devices with a specific hardware specification from the requested hardware type (for example model name, processor type). Further information can be found here https://support.google.com/chrome/a/answer/10564947 (reports.countChromeHardwareFleetDevices)
GoogleChromeManagementV1CountChromeVersionsResponse
countChromeVersions(string $customer, array $optParams = [])
Generate report of installed Chrome versions. (reports.countChromeVersions)
GoogleChromeManagementV1CountInstalledAppsResponse
countInstalledApps(string $customer, array $optParams = [])
Generate report of app installations. (reports.countInstalledApps)
GoogleChromeManagementV1CountPrintJobsByPrinterResponse
countPrintJobsByPrinter(string $customer, array $optParams = [])
Get a summary of printing done by each printer.
(reports.countPrintJobsByPrinter)
GoogleChromeManagementV1CountPrintJobsByUserResponse
countPrintJobsByUser(string $customer, array $optParams = [])
Get a summary of printing done by each user. (reports.countPrintJobsByUser)
GoogleChromeManagementV1EnumeratePrintJobsResponse
enumeratePrintJobs(string $customer, array $optParams = [])
Get a list of print jobs. (reports.enumeratePrintJobs)
GoogleChromeManagementV1FindInstalledAppDevicesResponse
findInstalledAppDevices(string $customer, array $optParams = [])
Generate report of managed Chrome browser devices that have a specified app installed. (reports.findInstalledAppDevices)