You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: docs/dyn/chromemanagement_v1.customers.reports.html
+2-2Lines changed: 2 additions & 2 deletions
Original file line number
Diff line number
Diff line change
@@ -262,8 +262,8 @@ <h3>Method Details</h3>
262
262
263
263
Args:
264
264
customer: string, Required. Customer id or "my_customer" to use the customer associated to the account making the request. (required)
265
-
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
266
-
orderBy: string, Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count
265
+
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 * app_id
266
+
orderBy: string, Field used to order results. Supported order by fields: * app_name * app_type * install_type * number_of_permissions * total_install_count * app_id
267
267
orgUnitId: string, The ID of the organizational unit.
268
268
pageSize: integer, Maximum number of results to return. Maximum and default are 100.
269
269
pageToken: string, Token to specify the page of the request to be returned.
Copy file name to clipboardExpand all lines: docs/dyn/chromemanagement_v1.customers.telemetry.events.html
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -95,7 +95,7 @@ <h3>Method Details</h3>
95
95
96
96
Args:
97
97
parent: string, Required. Customer id or "my_customer" to use the customer associated to the account making the request. (required)
98
-
filter: string, Optional. Only include resources that match the filter. Supported filter fields: * device_id * user_id * device_org_unit_id * user_org_unit_id * timestamp * event_type
98
+
filter: string, Optional. Only include resources that match the filter. Supported filter fields: - device_id - user_id - device_org_unit_id - user_org_unit_id - timestamp - event_type The "timestamp" filter accepts either Epoch milliseconds or RFC 3339 formatted time surrounded by simple double quotes.
99
99
pageSize: integer, Optional. Maximum number of results to return. Default value is 100. Maximum value is 1000.
100
100
pageToken: string, Optional. Token to specify next page in the list.
101
101
readMask: string, Required. Read mask to specify which fields to return.
name: string, Required. Name of the `TelemetryUser` to return. (required)
101
+
readMask: string, Read mask to specify which fields to return.
102
+
x__xgafv: string, V1 error format.
103
+
Allowed values
104
+
1 - v1 error format
105
+
2 - v2 error format
106
+
107
+
Returns:
108
+
An object of the form:
109
+
110
+
{ # Telemetry data collected from a managed user.
111
+
"customer": "A String", # G Suite Customer whose enterprise enrolled the device.
112
+
"name": "A String", # Resource name of the user.
113
+
"orgUnitId": "A String", # Organization unit of the user.
114
+
"userDevice": [ # Telemetry data collected from a managed user and device.
115
+
{ # Telemetry data collected for a managed user and device.
116
+
"audioStatusReport": [ # Output only. Audio reports collected periodically sorted in a decreasing order of report_time.
117
+
{ # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
118
+
"inputDevice": "A String", # Output only. Active input device's name.
119
+
"inputGain": 42, # Output only. Active input device's gain in [0, 100].
120
+
"inputMute": True or False, # Output only. Is active input device mute or not.
121
+
"outputDevice": "A String", # Output only. Active output device's name.
122
+
"outputMute": True or False, # Output only. Is active output device mute or not.
123
+
"outputVolume": 42, # Output only. Active output device's volume in [0, 100].
124
+
"reportTime": "A String", # Output only. Timestamp of when the sample was collected on device.
125
+
},
126
+
],
127
+
"deviceId": "A String", # The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.
128
+
"peripheralsReport": [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
129
+
{ # Peripherals report.
130
+
"reportTime": "A String", # Output only. Timestamp of when the report was collected.
131
+
"usbPeripheralReport": [ # Reports of all usb connected devices.
132
+
{ # USB connected peripheral report.
133
+
"categories": [ # Output only. Categories the device belongs to https://www.usb.org/defined-class-codes
134
+
"A String",
135
+
],
136
+
"classId": 42, # Output only. Class ID https://www.usb.org/defined-class-codes
137
+
"firmwareVersion": "A String", # Output only. Firmware version
138
+
"name": "A String", # Output only. Device name, model name, or product name
139
+
"pid": 42, # Output only. Product ID
140
+
"subclassId": 42, # Output only. Subclass ID https://www.usb.org/defined-class-codes
141
+
"vendor": "A String", # Output only. Vendor name
142
+
"vid": 42, # Output only. Vendor ID
143
+
},
144
+
],
145
+
},
146
+
],
147
+
},
148
+
],
149
+
"userEmail": "A String", # Email address of the user.
150
+
"userId": "A String", # Directory ID of the user.
parent: string, Required. Customer id or "my_customer" to use the customer associated to the account making the request. (required)
160
+
filter: string, Only include resources that match the filter. Supported filter fields: - user_id - user_org_unit_id
161
+
pageSize: integer, Maximum number of results to return. Default value is 100. Maximum value is 1000.
162
+
pageToken: string, Token to specify next page in the list.
163
+
readMask: string, Read mask to specify which fields to return.
164
+
x__xgafv: string, V1 error format.
165
+
Allowed values
166
+
1 - v1 error format
167
+
2 - v2 error format
168
+
169
+
Returns:
170
+
An object of the form:
171
+
172
+
{ # Response message for listing telemetry users for a customer.
173
+
"nextPageToken": "A String", # Token to specify next page in the list.
174
+
"telemetryUsers": [ # Telemetry users returned in the response.
175
+
{ # Telemetry data collected from a managed user.
176
+
"customer": "A String", # G Suite Customer whose enterprise enrolled the device.
177
+
"name": "A String", # Resource name of the user.
178
+
"orgUnitId": "A String", # Organization unit of the user.
179
+
"userDevice": [ # Telemetry data collected from a managed user and device.
180
+
{ # Telemetry data collected for a managed user and device.
181
+
"audioStatusReport": [ # Output only. Audio reports collected periodically sorted in a decreasing order of report_time.
182
+
{ # Status data for storage. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceAudioStatus](https://chromeenterprise.google/policies/#ReportDeviceAudioStatus) * Data Collection Frequency: 10 minutes * Default Data Reporting Frequency: 3 hours - Policy Controlled: Yes * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: No * Reported for affiliated users only: N/A
183
+
"inputDevice": "A String", # Output only. Active input device's name.
184
+
"inputGain": 42, # Output only. Active input device's gain in [0, 100].
185
+
"inputMute": True or False, # Output only. Is active input device mute or not.
186
+
"outputDevice": "A String", # Output only. Active output device's name.
187
+
"outputMute": True or False, # Output only. Is active output device mute or not.
188
+
"outputVolume": 42, # Output only. Active output device's volume in [0, 100].
189
+
"reportTime": "A String", # Output only. Timestamp of when the sample was collected on device.
190
+
},
191
+
],
192
+
"deviceId": "A String", # The unique Directory API ID of the device. This value is the same as the Admin Console's Directory API ID in the ChromeOS Devices tab.
193
+
"peripheralsReport": [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
194
+
{ # Peripherals report.
195
+
"reportTime": "A String", # Output only. Timestamp of when the report was collected.
196
+
"usbPeripheralReport": [ # Reports of all usb connected devices.
197
+
{ # USB connected peripheral report.
198
+
"categories": [ # Output only. Categories the device belongs to https://www.usb.org/defined-class-codes
199
+
"A String",
200
+
],
201
+
"classId": 42, # Output only. Class ID https://www.usb.org/defined-class-codes
202
+
"firmwareVersion": "A String", # Output only. Firmware version
203
+
"name": "A String", # Output only. Device name, model name, or product name
204
+
"pid": 42, # Output only. Product ID
205
+
"subclassId": 42, # Output only. Subclass ID https://www.usb.org/defined-class-codes
206
+
"vendor": "A String", # Output only. Vendor name
207
+
"vid": 42, # Output only. Vendor ID
208
+
},
209
+
],
210
+
},
211
+
],
212
+
},
213
+
],
214
+
"userEmail": "A String", # Email address of the user.
215
+
"userId": "A String", # Directory ID of the user.
0 commit comments