Resource: TelemetryUser
Telemetry data collected from a managed user.
- Granular permission needed: TELEMETRY_API_USER
JSON representation |
---|
{
"name": string,
"customer": string,
"orgUnitId": string,
"userId": string,
"userEmail": string,
"userDevice": [
{
object ( |
Fields | |
---|---|
name |
Resource name of the user. |
customer |
G Suite Customer whose enterprise enrolled the device. |
org |
Organization unit of the user. |
user |
Directory ID of the user. |
user |
Email address of the user. |
user |
Telemetry data collected from a managed user and device. |
TelemetryUserDevice
Telemetry data collected for a managed user and device.
- Granular permission needed: TELEMETRY_API_DEVICE
JSON representation |
---|
{ "deviceId": string, "audioStatusReport": [ { object ( |
Fields | |
---|---|
device |
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. |
audio |
Output only. Audio reports collected periodically sorted in a decreasing order of |
device |
Output only. Device activity reports collected periodically sorted in a decreasing order of |
network |
Output only. Network bandwidth reports collected periodically sorted in a decreasing order of |
peripherals |
Output only. Peripherals reports collected periodically sorted in a decreasing order of |
app |
Output only. App reports collected periodically sorted in a decreasing order of |
DeviceActivityReport
Device activity report.
- Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT
JSON representation |
---|
{
"reportTime": string,
"deviceActivityState": enum ( |
Fields | |
---|---|
report |
Output only. Timestamp of when the report was collected. A timestamp in RFC3339 UTC "Zulu" format, with nanosecond resolution and up to nine fractional digits. Examples: |
device |
Output only. Device activity state. |
DeviceActivityState
Activity state of the device.
Enums | |
---|---|
DEVICE_ACTIVITY_STATE_UNSPECIFIED |
Device activity state is unspecified. |
ACTIVE |
Device is currently being used. |
IDLE |
Device is currently idle. |
LOCKED |
Device is currently locked. |
Methods |
|
---|---|
|
Get telemetry user. |
|
List all telemetry users. |