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.telemetry.events.html
+5-5
Original file line number
Diff line number
Diff line change
@@ -111,14 +111,14 @@ <h3>Method Details</h3>
111
111
"nextPageToken": "A String", # Token to specify next page in the list.
112
112
"telemetryEvents": [ # Telemetry events returned in the response.
113
113
{ # Telemetry data reported by a managed device.
114
-
"audioSevereUnderrunEvent": { # `TelemetryAudioSevereUnderrunEvent` is triggered when a audio devices run out of buffer data for more than 5 seconds. # Output only. Payload for audio severe underrun event. Present only when the `event_type` field is `AUDIO_SEVERE_UNDERRUN`.
114
+
"audioSevereUnderrunEvent": { # `TelemetryAudioSevereUnderrunEvent` is triggered when a audio devices run out of buffer data for more than 5 seconds. * Granular permission needed: TELEMETRY_API_AUDIO_REPORT # Output only. Payload for audio severe underrun event. Present only when the `event_type` field is `AUDIO_SEVERE_UNDERRUN`.
115
115
},
116
-
"device": { # Information about a device associated with telemetry data. # Output only. Information about the device associated with the event.
116
+
"device": { # Information about a device associated with telemetry data. * Granular Permission needed: TELEMETRY_API_DEVICE # Output only. Information about the device associated with the event.
117
117
"deviceId": "A String", # Output only. 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.
118
118
"orgUnitId": "A String", # Output only. Organization unit ID of the device.
119
119
},
120
120
"eventType": "A String", # The event type of the current event.
121
-
"httpsLatencyChangeEvent": { # Https latency routine is run periodically and `TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was detected or if the device has recovered from a latency problem.. # Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`.
121
+
"httpsLatencyChangeEvent": { # Https latency routine is run periodically and `TelemetryHttpsLatencyChangeEvent` is triggered if a latency problem was detected or if the device has recovered from a latency problem. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT # Output only. Payload for HTTPS latency change event. Present only when `event_type` is `NETWORK_HTTPS_LATENCY_CHANGE`.
122
122
"httpsLatencyRoutineData": { # Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites. # HTTPS latency routine data that triggered the event.
123
123
"latency": "A String", # Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.
124
124
"problem": "A String", # Output only. HTTPS latency routine problem if a problem occurred.
@@ -127,7 +127,7 @@ <h3>Method Details</h3>
127
127
},
128
128
"name": "A String", # Output only. Resource name of the event.
129
129
"reportTime": "A String", # Timestamp that represents when the event was reported.
130
-
"usbPeripheralsEvent": { # `TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or removed. # Output only. Payload for usb peripherals event. Present only when the `event_type` field is either `USB_ADDED` or `USB_REMOVED`.
130
+
"usbPeripheralsEvent": { # `TelemetryUsbPeripheralsEvent` is triggered USB devices are either added or removed. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT # Output only. Payload for usb peripherals event. Present only when the `event_type` field is either `USB_ADDED` or `USB_REMOVED`.
131
131
"usbPeripheralReport": [ # List of usb devices that were either added or removed.
132
132
{ # USB connected peripheral report.
133
133
"categories": [ # Output only. Categories the device belongs to https://www.usb.org/defined-class-codes
@@ -143,7 +143,7 @@ <h3>Method Details</h3>
143
143
},
144
144
],
145
145
},
146
-
"user": { # Information about a user associated with telemetry data. # Output only. Information about the user associated with the event.
146
+
"user": { # Information about a user associated with telemetry data. * Granular permission needed: TELEMETRY_API_USER # Output only. Information about the user associated with the event.
Copy file name to clipboardexpand all lines: docs/dyn/chromemanagement_v1.customers.telemetry.users.html
+8-8
Original file line number
Diff line number
Diff line change
@@ -107,14 +107,14 @@ <h3>Method Details</h3>
107
107
Returns:
108
108
An object of the form:
109
109
110
-
{ # Telemetry data collected from a managed user.
110
+
{ # Telemetry data collected from a managed user. * Granular permission needed: TELEMETRY_API_USER
111
111
"customer": "A String", # G Suite Customer whose enterprise enrolled the device.
112
112
"name": "A String", # Resource name of the user.
113
113
"orgUnitId": "A String", # Organization unit of the user.
114
114
"userDevice": [ # Telemetry data collected from a managed user and device.
115
-
{ # Telemetry data collected for a managed user and device.
115
+
{ # Telemetry data collected for a managed user and device. * Granular permission needed: TELEMETRY_API_DEVICE
116
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
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 * Granular permission needed: TELEMETRY_API_AUDIO_REPORT
118
118
"inputDevice": "A String", # Output only. Active input device's name.
119
119
"inputGain": 42, # Output only. Active input device's gain in [0, 100].
120
120
"inputMute": True or False, # Output only. Is active input device mute or not.
@@ -126,7 +126,7 @@ <h3>Method Details</h3>
126
126
],
127
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
128
"peripheralsReport": [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
"reportTime": "A String", # Output only. Timestamp of when the report was collected.
131
131
"usbPeripheralReport": [ # Reports of all usb connected devices.
132
132
{ # USB connected peripheral report.
@@ -172,14 +172,14 @@ <h3>Method Details</h3>
172
172
{ # Response message for listing telemetry users for a customer.
173
173
"nextPageToken": "A String", # Token to specify next page in the list.
174
174
"telemetryUsers": [ # Telemetry users returned in the response.
175
-
{ # Telemetry data collected from a managed user.
175
+
{ # Telemetry data collected from a managed user. * Granular permission needed: TELEMETRY_API_USER
176
176
"customer": "A String", # G Suite Customer whose enterprise enrolled the device.
177
177
"name": "A String", # Resource name of the user.
178
178
"orgUnitId": "A String", # Organization unit of the user.
179
179
"userDevice": [ # Telemetry data collected from a managed user and device.
180
-
{ # Telemetry data collected for a managed user and device.
180
+
{ # Telemetry data collected for a managed user and device. * Granular permission needed: TELEMETRY_API_DEVICE
181
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
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 * Granular permission needed: TELEMETRY_API_AUDIO_REPORT
183
183
"inputDevice": "A String", # Output only. Active input device's name.
184
184
"inputGain": 42, # Output only. Active input device's gain in [0, 100].
185
185
"inputMute": True or False, # Output only. Is active input device mute or not.
@@ -191,7 +191,7 @@ <h3>Method Details</h3>
191
191
],
192
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
193
"peripheralsReport": [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
0 commit comments