1<html><body> 2<style> 3 4body, h1, h2, h3, div, span, p, pre, a { 5 margin: 0; 6 padding: 0; 7 border: 0; 8 font-weight: inherit; 9 font-style: inherit; 10 font-size: 100%; 11 font-family: inherit; 12 vertical-align: baseline; 13} 14 15body { 16 font-size: 13px; 17 padding: 1em; 18} 19 20h1 { 21 font-size: 26px; 22 margin-bottom: 1em; 23} 24 25h2 { 26 font-size: 24px; 27 margin-bottom: 1em; 28} 29 30h3 { 31 font-size: 20px; 32 margin-bottom: 1em; 33 margin-top: 1em; 34} 35 36pre, code { 37 line-height: 1.5; 38 font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace; 39} 40 41pre { 42 margin-top: 0.5em; 43} 44 45h1, h2, h3, p { 46 font-family: Arial, sans serif; 47} 48 49h1, h2, h3 { 50 border-bottom: solid #CCC 1px; 51} 52 53.toc_element { 54 margin-top: 0.5em; 55} 56 57.firstline { 58 margin-left: 2 em; 59} 60 61.method { 62 margin-top: 1em; 63 border: solid 1px #CCC; 64 padding: 1em; 65 background: #EEE; 66} 67 68.details { 69 font-weight: bold; 70 font-size: 14px; 71} 72 73</style> 74 75<h1><a href="chromemanagement_v1.html">Chrome Management API</a> . <a href="chromemanagement_v1.customers.html">customers</a> . <a href="chromemanagement_v1.customers.reports.html">reports</a></h1> 76<h2>Instance Methods</h2> 77<p class="toc_element"> 78 <code><a href="#close">close()</a></code></p> 79<p class="firstline">Close httplib2 connections.</p> 80<p class="toc_element"> 81 <code><a href="#countChromeVersions">countChromeVersions(customer, filter=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> 82<p class="firstline">Generate report of installed Chrome versions.</p> 83<p class="toc_element"> 84 <code><a href="#countChromeVersions_next">countChromeVersions_next(previous_request, previous_response)</a></code></p> 85<p class="firstline">Retrieves the next page of results.</p> 86<p class="toc_element"> 87 <code><a href="#countInstalledApps">countInstalledApps(customer, filter=None, orderBy=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> 88<p class="firstline">Generate report of app installations.</p> 89<p class="toc_element"> 90 <code><a href="#countInstalledApps_next">countInstalledApps_next(previous_request, previous_response)</a></code></p> 91<p class="firstline">Retrieves the next page of results.</p> 92<p class="toc_element"> 93 <code><a href="#findInstalledAppDevices">findInstalledAppDevices(customer, appId=None, appType=None, filter=None, orderBy=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</a></code></p> 94<p class="firstline">Generate report of devices that have a specified app installed.</p> 95<p class="toc_element"> 96 <code><a href="#findInstalledAppDevices_next">findInstalledAppDevices_next(previous_request, previous_response)</a></code></p> 97<p class="firstline">Retrieves the next page of results.</p> 98<h3>Method Details</h3> 99<div class="method"> 100 <code class="details" id="close">close()</code> 101 <pre>Close httplib2 connections.</pre> 102</div> 103 104<div class="method"> 105 <code class="details" id="countChromeVersions">countChromeVersions(customer, filter=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</code> 106 <pre>Generate report of installed Chrome versions. 107 108Args: 109 customer: string, Required. Customer id or "my_customer" to use the customer associated to the account making the request. (required) 110 filter: string, Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date 111 orgUnitId: string, The ID of the organizational unit. 112 pageSize: integer, Maximum number of results to return. Maximum and default are 100. 113 pageToken: string, Token to specify the page of the request to be returned. 114 x__xgafv: string, V1 error format. 115 Allowed values 116 1 - v1 error format 117 2 - v2 error format 118 119Returns: 120 An object of the form: 121 122 { # Response containing requested browser versions details and counts. 123 "browserVersions": [ # List of all browser versions and their install counts. 124 { # Describes a browser version and its install count. 125 "channel": "A String", # Output only. The release channel of the installed browser. 126 "count": "A String", # Output only. Count grouped by device_system and major version 127 "deviceOsVersion": "A String", # Output only. Version of the system-specified operating system. 128 "system": "A String", # Output only. The device operating system. 129 "version": "A String", # Output only. The full version of the installed browser. 130 }, 131 ], 132 "nextPageToken": "A String", # Token to specify the next page of the request. 133 "totalSize": 42, # Total number browser versions matching request. 134}</pre> 135</div> 136 137<div class="method"> 138 <code class="details" id="countChromeVersions_next">countChromeVersions_next(previous_request, previous_response)</code> 139 <pre>Retrieves the next page of results. 140 141Args: 142 previous_request: The request for the previous page. (required) 143 previous_response: The response from the request for the previous page. (required) 144 145Returns: 146 A request object that you can call 'execute()' on to request the next 147 page. Returns None if there are no more items in the collection. 148 </pre> 149</div> 150 151<div class="method"> 152 <code class="details" id="countInstalledApps">countInstalledApps(customer, filter=None, orderBy=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</code> 153 <pre>Generate report of app installations. 154 155Args: 156 customer: string, Required. Customer id or "my_customer" to use the customer associated to the account making the request. (required) 157 filter: string, Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * latest_profile_active_date * permission_name 158 orderBy: string, Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count 159 orgUnitId: string, The ID of the organizational unit. 160 pageSize: integer, Maximum number of results to return. Maximum and default are 100. 161 pageToken: string, Token to specify the page of the request to be returned. 162 x__xgafv: string, V1 error format. 163 Allowed values 164 1 - v1 error format 165 2 - v2 error format 166 167Returns: 168 An object of the form: 169 170 { # Response containing details of queried installed apps. 171 "installedApps": [ # List of installed apps matching request. 172 { # Describes an installed app. 173 "appId": "A String", # Output only. Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote). 174 "appInstallType": "A String", # Output only. How the app was installed. 175 "appSource": "A String", # Output only. Source of the installed app. 176 "appType": "A String", # Output only. Type of the app. 177 "browserDeviceCount": "A String", # Output only. Count of browser devices with this app installed. 178 "description": "A String", # Output only. Description of the installed app. 179 "disabled": True or False, # Output only. Whether the app is disabled. 180 "displayName": "A String", # Output only. Name of the installed app. 181 "homepageUri": "A String", # Output only. Homepage uri of the installed app. 182 "osUserCount": "A String", # Output only. Count of ChromeOS users with this app installed. 183 "permissions": [ # Output only. Permissions of the installed app. 184 "A String", 185 ], 186 }, 187 ], 188 "nextPageToken": "A String", # Token to specify the next page of the request. 189 "totalSize": 42, # Total number of installed apps matching request. 190}</pre> 191</div> 192 193<div class="method"> 194 <code class="details" id="countInstalledApps_next">countInstalledApps_next(previous_request, previous_response)</code> 195 <pre>Retrieves the next page of results. 196 197Args: 198 previous_request: The request for the previous page. (required) 199 previous_response: The response from the request for the previous page. (required) 200 201Returns: 202 A request object that you can call 'execute()' on to request the next 203 page. Returns None if there are no more items in the collection. 204 </pre> 205</div> 206 207<div class="method"> 208 <code class="details" id="findInstalledAppDevices">findInstalledAppDevices(customer, appId=None, appType=None, filter=None, orderBy=None, orgUnitId=None, pageSize=None, pageToken=None, x__xgafv=None)</code> 209 <pre>Generate report of devices that have a specified app installed. 210 211Args: 212 customer: string, Required. Customer id or "my_customer" to use the customer associated to the account making the request. (required) 213 appId: string, Unique identifier of the app. For Chrome apps and extensions, the 32-character id (e.g. ehoadneljpdggcbbknedodolkkjodefl). For Android apps, the package name (e.g. com.evernote). 214 appType: string, Type of the app. 215 Allowed values 216 APP_TYPE_UNSPECIFIED - App type not specified. 217 EXTENSION - Chrome extension. 218 APP - Chrome app. 219 THEME - Chrome theme. 220 HOSTED_APP - Chrome hosted app. 221 ANDROID_APP - ARC++ app. 222 filter: string, Query string to filter results, AND-separated fields in EBNF syntax. Note: OR operations are not supported in this filter. Supported filter fields: * last_active_date 223 orderBy: string, Field used to order results. Supported order by fields: * machine * device_id 224 orgUnitId: string, The ID of the organizational unit. 225 pageSize: integer, Maximum number of results to return. Maximum and default are 100. 226 pageToken: string, Token to specify the page of the request to be returned. 227 x__xgafv: string, V1 error format. 228 Allowed values 229 1 - v1 error format 230 2 - v2 error format 231 232Returns: 233 An object of the form: 234 235 { # Response containing a list of devices with queried app installed. 236 "devices": [ # A list of devices which have the app installed. Sorted in ascending alphabetical order on the Device.machine field. 237 { # Describes a device reporting Chrome browser information. 238 "deviceId": "A String", # Output only. The ID of the device that reported this Chrome browser information. 239 "machine": "A String", # Output only. The name of the machine within its local network. 240 }, 241 ], 242 "nextPageToken": "A String", # Token to specify the next page of the request. 243 "totalSize": 42, # Total number of devices matching request. 244}</pre> 245</div> 246 247<div class="method"> 248 <code class="details" id="findInstalledAppDevices_next">findInstalledAppDevices_next(previous_request, previous_response)</code> 249 <pre>Retrieves the next page of results. 250 251Args: 252 previous_request: The request for the previous page. (required) 253 previous_response: The response from the request for the previous page. (required) 254 255Returns: 256 A request object that you can call 'execute()' on to request the next 257 page. Returns None if there are no more items in the collection. 258 </pre> 259</div> 260 261</body></html>