blob: b82c758ac4a82dd39e62b3384bbfc72b5ea90128 [file] [edit]
<html><body>
<style>
body, h1, h2, h3, div, span, p, pre, a {
margin: 0;
padding: 0;
border: 0;
font-weight: inherit;
font-style: inherit;
font-size: 100%;
font-family: inherit;
vertical-align: baseline;
}
body {
font-size: 13px;
padding: 1em;
}
h1 {
font-size: 26px;
margin-bottom: 1em;
}
h2 {
font-size: 24px;
margin-bottom: 1em;
}
h3 {
font-size: 20px;
margin-bottom: 1em;
margin-top: 1em;
}
pre, code {
line-height: 1.5;
font-family: Monaco, 'DejaVu Sans Mono', 'Bitstream Vera Sans Mono', 'Lucida Console', monospace;
}
pre {
margin-top: 0.5em;
}
h1, h2, h3, p {
font-family: Arial, sans serif;
}
h1, h2, h3 {
border-bottom: solid #CCC 1px;
}
.toc_element {
margin-top: 0.5em;
}
.firstline {
margin-left: 2 em;
}
.method {
margin-top: 1em;
border: solid 1px #CCC;
padding: 1em;
background: #EEE;
}
.details {
font-weight: bold;
font-size: 14px;
}
</style>
<h1><a href="chromemanagement_v1.html">Chrome Management API</a> . <a href="chromemanagement_v1.customers.html">customers</a> . <a href="chromemanagement_v1.customers.telemetry.html">telemetry</a> . <a href="chromemanagement_v1.customers.telemetry.devices.html">devices</a></h1>
<h2>Instance Methods</h2>
<p class="toc_element">
<code><a href="#close">close()</a></code></p>
<p class="firstline">Close httplib2 connections.</p>
<p class="toc_element">
<code><a href="#get">get(name, readMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">Get telemetry device.</p>
<p class="toc_element">
<code><a href="#list">list(parent, filter=None, pageSize=None, pageToken=None, readMask=None, x__xgafv=None)</a></code></p>
<p class="firstline">List all telemetry devices.</p>
<p class="toc_element">
<code><a href="#list_next">list_next()</a></code></p>
<p class="firstline">Retrieves the next page of results.</p>
<h3>Method Details</h3>
<div class="method">
<code class="details" id="close">close()</code>
<pre>Close httplib2 connections.</pre>
</div>
<div class="method">
<code class="details" id="get">get(name, readMask=None, x__xgafv=None)</code>
<pre>Get telemetry device.
Args:
name: string, Required. Name of the `TelemetryDevice` to return. (required)
readMask: string, Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{ # Telemetry data collected from a managed device. * Granular permission needed: TELEMETRY_API_DEVICE
&quot;appReport&quot;: [ # Output only. App reports collected periodically sorted in a decreasing order of report_time.
{ # App report.
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp when the report was collected.
&quot;usageData&quot;: [ # App usage data.
{ # App usage data.
&quot;appId&quot;: &quot;A String&quot;, # App id.
&quot;appInstanceId&quot;: &quot;A String&quot;, # Application instance id. This will be unique per window/instance.
&quot;appType&quot;: &quot;A String&quot;, # Type of app.
&quot;runningDuration&quot;: &quot;A String&quot;, # App foreground running time.
},
],
},
],
&quot;audioStatusReport&quot;: [ # Output only. Audio reports collected periodically sorted in a decreasing order of report_time.
{ # 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
&quot;inputDevice&quot;: &quot;A String&quot;, # Output only. Active input device&#x27;s name.
&quot;inputGain&quot;: 42, # Output only. Active input device&#x27;s gain in [0, 100].
&quot;inputMute&quot;: True or False, # Output only. Is active input device mute or not.
&quot;outputDevice&quot;: &quot;A String&quot;, # Output only. Active output device&#x27;s name.
&quot;outputMute&quot;: True or False, # Output only. Is active output device mute or not.
&quot;outputVolume&quot;: 42, # Output only. Active output device&#x27;s volume in [0, 100].
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device.
},
],
&quot;batteryInfo&quot;: [ # Output only. Information on battery specs for the device.
{ # Information about the battery. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * 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_BATTERY_INFO
&quot;designCapacity&quot;: &quot;A String&quot;, # Output only. Design capacity (mAmpere-hours).
&quot;designMinVoltage&quot;: 42, # Output only. Designed minimum output voltage (mV)
&quot;manufactureDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Output only. The date the battery was manufactured.
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
},
&quot;manufacturer&quot;: &quot;A String&quot;, # Output only. Battery manufacturer.
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Battery serial number.
&quot;technology&quot;: &quot;A String&quot;, # Output only. Technology of the battery. Example: Li-ion
},
],
&quot;batteryStatusReport&quot;: [ # Output only. Battery reports collected periodically.
{ # Status data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * 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_BATTERY_REPORT
&quot;batteryHealth&quot;: &quot;A String&quot;, # Output only. Battery health.
&quot;cycleCount&quot;: 42, # Output only. Cycle count.
&quot;fullChargeCapacity&quot;: &quot;A String&quot;, # Output only. Full charge capacity (mAmpere-hours).
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device
&quot;sample&quot;: [ # Output only. Sampling data for the battery sorted in a decreasing order of report_time.
{ # Sampling data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * 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
&quot;chargeRate&quot;: 42, # Output only. Battery charge percentage.
&quot;current&quot;: &quot;A String&quot;, # Output only. Battery current (mA).
&quot;dischargeRate&quot;: 42, # Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it&#x27;s being charged.
&quot;remainingCapacity&quot;: &quot;A String&quot;, # Output only. Battery remaining capacity (mAmpere-hours).
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device
&quot;status&quot;: &quot;A String&quot;, # Output only. Battery status read from sysfs. Example: Discharging
&quot;temperature&quot;: 42, # Output only. Temperature in Celsius degrees.
&quot;voltage&quot;: &quot;A String&quot;, # Output only. Battery voltage (millivolt).
},
],
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Battery serial number.
},
],
&quot;bootPerformanceReport&quot;: [ # Output only. Boot performance reports of the device.
{ # Boot performance report of a device. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceBootMode](https://chromeenterprise.google/policies/#ReportDeviceBootMode) * Data Collection Frequency: On every boot up event * 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: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT
&quot;bootUpDuration&quot;: &quot;A String&quot;, # Total time to boot up.
&quot;bootUpTime&quot;: &quot;A String&quot;, # The timestamp when power came on.
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp when the report was collected.
&quot;shutdownDuration&quot;: &quot;A String&quot;, # Total time since shutdown start to power off.
&quot;shutdownReason&quot;: &quot;A String&quot;, # The shutdown reason.
&quot;shutdownTime&quot;: &quot;A String&quot;, # The timestamp when shutdown.
},
],
&quot;cpuInfo&quot;: [ # Output only. Information regarding CPU specs for the device.
{ # CPU specifications for the device * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * 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_CPU_INFO
&quot;architecture&quot;: &quot;A String&quot;, # Output only. Architecture type for the CPU. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * 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
&quot;keylockerConfigured&quot;: True or False, # Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` = disabled. Only reported if keylockerSupported = `TRUE`.
&quot;keylockerSupported&quot;: True or False, # Output only. Whether keylocker is supported.
&quot;maxClockSpeed&quot;: 42, # Output only. The max CPU clock speed in kHz.
&quot;model&quot;: &quot;A String&quot;, # Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
},
],
&quot;cpuStatusReport&quot;: [ # Output only. CPU status reports collected periodically sorted in a decreasing order of report_time.
{ # Provides information about the status of the CPU. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 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_CPU_REPORT
&quot;cpuTemperatureInfo&quot;: [ # Output only. CPU temperature sample info per CPU core in Celsius
{ # CPU temperature of a device. Sampled per CPU core in Celsius. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 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
&quot;label&quot;: &quot;A String&quot;, # Output only. CPU label. Example: Core 0
&quot;temperatureCelsius&quot;: 42, # Output only. CPU temperature in Celsius.
},
],
&quot;cpuUtilizationPct&quot;: 42, # Output only. Sample of CPU utilization (0-100 percent).
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. The timestamp in milliseconds representing time at which this report was sampled.
&quot;sampleFrequency&quot;: &quot;A String&quot;, # Output only. Frequency the report is sampled.
},
],
&quot;customer&quot;: &quot;A String&quot;, # Output only. Google Workspace Customer whose enterprise enrolled the device.
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. The unique Directory API ID of the device. This value is the same as the Admin Console&#x27;s Directory API ID in the ChromeOS Devices tab
&quot;graphicsInfo&quot;: { # Information of the graphics subsystem. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceGraphicsStatus](https://chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * Data Collection Frequency: Only at Upload * 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_GRAPHICS_INFO # Output only. Contains information regarding Graphic peripherals for the device.
&quot;adapterInfo&quot;: { # Information of a graphics adapter (GPU). # Output only. Information about the graphics adapter (GPU).
&quot;adapter&quot;: &quot;A String&quot;, # Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2).
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. Represents the graphics card device id.
&quot;driverVersion&quot;: &quot;A String&quot;, # Output only. Version of the GPU driver.
},
&quot;displayDevices&quot;: [ # Output only. Information about the display(s) of the device.
{ # Information of a display device.
&quot;displayHeightMm&quot;: 42, # Output only. Display height in millimeters.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display device name.
&quot;displayWidthMm&quot;: 42, # Output only. Display width in millimeters.
&quot;edidVersion&quot;: &quot;A String&quot;, # Output only. EDID version.
&quot;internal&quot;: True or False, # Output only. Is display internal or not.
&quot;manufactureYear&quot;: 42, # Output only. Year of manufacture.
&quot;manufacturerId&quot;: &quot;A String&quot;, # Output only. Three letter manufacturer ID.
&quot;modelId&quot;: 42, # Output only. Manufacturer product code.
&quot;serialNumber&quot;: 42, # Output only. Serial number.
},
],
&quot;eprivacySupported&quot;: True or False, # Output only. Is ePrivacy screen supported or not.
&quot;touchScreenInfo&quot;: { # Information on the device touch screen. # Output only. Information about the internal touch screen(s) of the device.
&quot;devices&quot;: [ # Output only. List of the internal touch screen devices.
{ # Information of an internal touch screen device.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Touch screen device display name.
&quot;stylusCapable&quot;: True or False, # Output only. Touch screen device is stylus capable or not.
&quot;touchPointCount&quot;: 42, # Output only. Number of touch points supported on the device.
},
],
&quot;touchpadLibrary&quot;: &quot;A String&quot;, # Output only. Touchpad library name used by the input stack.
},
},
&quot;graphicsStatusReport&quot;: [ # Output only. Graphics reports collected periodically.
{ # Information of the graphics subsystem. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceGraphicsInfo](https://chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection Frequency: 3 hours. * 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_GRAPHICS_REPORT
&quot;displays&quot;: [ # Output only. Information about the displays for the device.
{ # Information for a display.
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. Represents the graphics card device id.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display device name.
&quot;edidVersion&quot;: &quot;A String&quot;, # Output only. EDID version.
&quot;isInternal&quot;: True or False, # Output only. Indicates if display is internal or not.
&quot;refreshRate&quot;: 42, # Output only. Refresh rate in Hz.
&quot;resolutionHeight&quot;: 42, # Output only. Resolution height in pixels.
&quot;resolutionWidth&quot;: 42, # Output only. Resolution width in pixels.
&quot;serialNumber&quot;: 42, # Output only. Serial number.
},
],
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Time at which the graphics data was reported.
},
],
&quot;heartbeatStatusReport&quot;: [ # Output only. Heartbeat status report containing timestamps periodically sorted in decreasing order of report_time
{ # Heartbeat status report of a device. * Available for Kiosks * This field provides online/offline/unknown status of a device and will only be included if the status has changed (e.g. Online -&gt; Offline) * Data for this field is controlled via policy: [HeartbeatEnabled](https://chromeenterprise.google/policies/#HeartbeatEnabled) [More Info](https://support.google.com/chrome/a/answer/6179663#:~:text=On%20the%20Chrome,device%20status%20alerts) * Heartbeat Frequency: 2 mins * Note: If a device goes offline, it can take up to 12 minutes for the online status of the device to be updated * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: N/A * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp of when status changed was detected
&quot;state&quot;: &quot;A String&quot;, # State the device changed to
},
],
&quot;kioskAppStatusReport&quot;: [ # Output only. Kiosk app status report for the kiosk device
{ # Kiosk app status report of a device. * Available for Kiosks * This field provides the app id and version number running on a kiosk device and the timestamp of when the report was last updated * Data for this field is controlled via policy: [ReportDeviceSessionStatus](https://chromeenterprise.google/policies/#ReportDeviceSessionStatus) * Data Collection Frequency: Only at Upload * 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_APPS_REPORT
&quot;appId&quot;: &quot;A String&quot;, # App id of kiosk app for example &quot;mdmkkicfmmkgmpkmkdikhlbggogpicma&quot;
&quot;appVersion&quot;: &quot;A String&quot;, # App version number of kiosk app for example &quot;1.10.118&quot;
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp of when report was collected
},
],
&quot;memoryInfo&quot;: { # Memory information of a device. * This field has both telemetry and device information: - `totalRamBytes` - Device information - `availableRamBytes` - Telemetry information - `totalMemoryEncryption` - Device information * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10 minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `totalMemoryEncryption` - at device startup - 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: only for `totalMemoryEncryption` * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_INFO # Output only. Information regarding memory specs for the device.
&quot;availableRamBytes&quot;: &quot;A String&quot;, # Output only. Amount of available RAM in bytes.
&quot;totalMemoryEncryption&quot;: { # Memory encryption information of a device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A # Output only. Total memory encryption info for the device.
&quot;encryptionAlgorithm&quot;: &quot;A String&quot;, # Memory encryption algorithm.
&quot;encryptionState&quot;: &quot;A String&quot;, # The state of memory encryption on the device.
&quot;keyLength&quot;: &quot;A String&quot;, # The length of the encryption keys.
&quot;maxKeys&quot;: &quot;A String&quot;, # The maximum number of keys that can be used for encryption.
},
&quot;totalRamBytes&quot;: &quot;A String&quot;, # Output only. Total RAM in bytes.
},
&quot;memoryStatusReport&quot;: [ # Output only. Memory status reports collected periodically sorted decreasing by report_time.
{ # Contains samples of memory status reports. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes * Default Data Reporting Frequency: Every 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_MEMORY_REPORT
&quot;pageFaults&quot;: 42, # Output only. Number of page faults during this collection
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. The timestamp in milliseconds representing time at which this report was sampled.
&quot;sampleFrequency&quot;: &quot;A String&quot;, # Output only. Frequency the report is sampled.
&quot;systemRamFreeBytes&quot;: &quot;A String&quot;, # Output only. Amount of free RAM in bytes (unreliable due to Garbage Collection).
},
],
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the device.
&quot;networkBandwidthReport&quot;: [ # Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.
{ # Network bandwidth report. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT
&quot;downloadSpeedKbps&quot;: &quot;A String&quot;, # Output only. Download speed in kilobits per second.
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the report was collected.
},
],
&quot;networkDiagnosticsReport&quot;: [ # Output only. Network diagnostics collected periodically.
{ # Network testing results to determine the health of the device&#x27;s network connection, for example whether the HTTPS latency is high or normal. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT
&quot;httpsLatencyData&quot;: { # Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites. # Output only. HTTPS latency test data.
&quot;latency&quot;: &quot;A String&quot;, # Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.
&quot;problem&quot;: &quot;A String&quot;, # Output only. HTTPS latency routine problem if a problem occurred.
},
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the diagnostics were collected.
},
],
&quot;networkInfo&quot;: { # Network device information. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_NETWORK_INFO # Output only. Network devices information.
&quot;networkDevices&quot;: [ # Output only. List of network devices.
{ # Details about the network device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A
&quot;iccid&quot;: &quot;A String&quot;, # Output only. The integrated circuit card ID associated with the device&#x27;s sim card.
&quot;imei&quot;: &quot;A String&quot;, # Output only. IMEI (if applicable) of the corresponding network device.
&quot;macAddress&quot;: &quot;A String&quot;, # Output only. MAC address (if applicable) of the corresponding network device.
&quot;mdn&quot;: &quot;A String&quot;, # Output only. The mobile directory number associated with the device&#x27;s sim card.
&quot;meid&quot;: &quot;A String&quot;, # Output only. MEID (if applicable) of the corresponding network device.
&quot;type&quot;: &quot;A String&quot;, # Output only. Network device type.
},
],
},
&quot;networkStatusReport&quot;: [ # Output only. Network specs collected periodically.
{ # State of visible/configured networks. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportNetworkStatus](https://chromeenterprise.google/policies/#ReportNetworkStatus) * Data Collection Frequency: 60 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: Yes * Reported for affiliated users only: Yes * Granular permission needed: TELEMETRY_API_NETWORK_REPORT
&quot;connectionState&quot;: &quot;A String&quot;, # Output only. Current connection state of the network.
&quot;connectionType&quot;: &quot;A String&quot;, # Output only. Network connection type.
&quot;encryptionOn&quot;: True or False, # Output only. Whether the wifi encryption key is turned off.
&quot;gatewayIpAddress&quot;: &quot;A String&quot;, # Output only. Gateway IP address.
&quot;gatewayIpv6Address&quot;: &quot;A String&quot;, # Output only. The gateway IPv6 for this interface, if detected
&quot;guid&quot;: &quot;A String&quot;, # Output only. Network connection guid.
&quot;ipv6Address&quot;: [ # Output only. IPv6 addresses assigned to this network, if any. Each address is a string in standard IPv6 text representation (e.g., &quot;2001:db8::1&quot;).
&quot;A String&quot;,
],
&quot;lanIpAddress&quot;: &quot;A String&quot;, # Output only. LAN IP address.
&quot;linkDownSpeedKbps&quot;: &quot;A String&quot;, # Output only. The maximum downstream bandwidth in Kilobits per second (Kbps), if reported by the network interface or connection.
&quot;metered&quot;: True or False, # Output only. Whether the network was detected as metered.
&quot;receivingBitRateMbps&quot;: &quot;A String&quot;, # Output only. Receiving bit rate measured in Megabits per second.
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Time at which the network state was reported.
&quot;sampleFrequency&quot;: &quot;A String&quot;, # Output only. Frequency the report is sampled.
&quot;signalStrengthDbm&quot;: 42, # Output only. Signal strength for wireless networks measured in decibels.
&quot;transmissionBitRateMbps&quot;: &quot;A String&quot;, # Output only. Transmission bit rate measured in Megabits per second.
&quot;transmissionPowerDbm&quot;: 42, # Output only. Transmission power measured in decibels.
&quot;wifiLinkQuality&quot;: &quot;A String&quot;, # Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal.
&quot;wifiPowerManagementEnabled&quot;: True or False, # Output only. Wifi power management enabled
},
],
&quot;orgUnitId&quot;: &quot;A String&quot;, # Output only. Organization unit ID of the device.
&quot;osUpdateStatus&quot;: [ # Output only. Contains relevant information regarding ChromeOS update status.
{ # Contains information regarding the current OS update status. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceOsUpdateStatus](https://chromeenterprise.google/policies/#ReportDeviceOsUpdateStatus) * Data Collection Frequency: Only at Upload * 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_OS_REPORT
&quot;lastRebootTime&quot;: &quot;A String&quot;, # Output only. Timestamp of the last reboot.
&quot;lastUpdateCheckTime&quot;: &quot;A String&quot;, # Output only. Timestamp of the last update check.
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. Timestamp of the last successful update.
&quot;newPlatformVersion&quot;: &quot;A String&quot;, # Output only. New platform version of the os image being downloaded and applied. It is only set when update status is OS_IMAGE_DOWNLOAD_IN_PROGRESS or OS_UPDATE_NEED_REBOOT. Note this could be a dummy &quot;0.0.0.0&quot; for OS_UPDATE_NEED_REBOOT status for some edge cases, e.g. update engine is restarted without a reboot.
&quot;newRequestedPlatformVersion&quot;: &quot;A String&quot;, # Output only. New requested platform version from the pending updated kiosk app.
&quot;updateState&quot;: &quot;A String&quot;, # Output only. Current state of the os update.
},
],
&quot;peripheralsReport&quot;: [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
{ # Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the report was collected.
&quot;usbPeripheralReport&quot;: [ # Reports of all usb connected devices.
{ # USB connected peripheral report.
&quot;categories&quot;: [ # Output only. Categories the device belongs to https://www.usb.org/defined-class-codes
&quot;A String&quot;,
],
&quot;classId&quot;: 42, # Output only. Class ID https://www.usb.org/defined-class-codes
&quot;firmwareVersion&quot;: &quot;A String&quot;, # Output only. Firmware version
&quot;name&quot;: &quot;A String&quot;, # Output only. Device name, model name, or product name
&quot;pid&quot;: 42, # Output only. Product ID
&quot;subclassId&quot;: 42, # Output only. Subclass ID https://www.usb.org/defined-class-codes
&quot;vendor&quot;: &quot;A String&quot;, # Output only. Vendor name
&quot;vid&quot;: 42, # Output only. Vendor ID
},
],
},
],
&quot;runtimeCountersReport&quot;: [ # Output only. Runtime counters reports collected device lifetime runtime, as well as the counts of S0-&gt;S3, S0-&gt;S4, and S0-&gt;S5 transitions, meaning entering into sleep, hibernation, and power-off states
{ # Runtime counters retrieved from CPU. Currently the runtime counters telemetry is only supported by Intel vPro PSR on Gen 14+.
&quot;enterHibernationCount&quot;: &quot;A String&quot;, # Number of times that the device has entered into the hibernation state. Currently obtained via the PSR, count from S0-&gt;S4.
&quot;enterPoweroffCount&quot;: &quot;A String&quot;, # Number of times that the device has entered into the power-off state. Currently obtained via the PSR, count from S0-&gt;S5.
&quot;enterSleepCount&quot;: &quot;A String&quot;, # Number of times that the device has entered into the sleep state. Currently obtained via the PSR, count from S0-&gt;S3.
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp when the report was collected.
&quot;uptimeRuntimeDuration&quot;: &quot;A String&quot;, # Total lifetime runtime. Currently always S0 runtime from Intel vPro PSR.
},
],
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Device serial number. This value is the same as the Admin Console&#x27;s Serial Number in the ChromeOS Devices tab.
&quot;storageInfo&quot;: { # 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: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * 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_STORAGE_INFO # Output only. Information of storage specs for the device.
&quot;availableDiskBytes&quot;: &quot;A String&quot;, # The available space for user data storage in the device in bytes.
&quot;totalDiskBytes&quot;: &quot;A String&quot;, # The total space for user data storage in the device in bytes.
&quot;volume&quot;: [ # Information for disk volumes
{ # Information for disk volumes
&quot;storageFreeBytes&quot;: &quot;A String&quot;, # Free storage space in bytes.
&quot;storageTotalBytes&quot;: &quot;A String&quot;, # Total storage space in bytes.
&quot;volumeId&quot;: &quot;A String&quot;, # Disk volume id.
},
],
},
&quot;storageStatusReport&quot;: [ # Output only. Storage reports collected periodically.
{ # 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: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * 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_STORAGE_REPORT
&quot;disk&quot;: [ # Output only. Reports on disk.
{ # Status of the single storage device.
&quot;bytesReadThisSession&quot;: &quot;A String&quot;, # Output only. Number of bytes read since last boot.
&quot;bytesWrittenThisSession&quot;: &quot;A String&quot;, # Output only. Number of bytes written since last boot.
&quot;discardTimeThisSession&quot;: &quot;A String&quot;, # Output only. Time spent discarding since last boot. Discarding is writing to clear blocks which are no longer in use. Supported on kernels 4.18+.
&quot;health&quot;: &quot;A String&quot;, # Output only. Disk health.
&quot;ioTimeThisSession&quot;: &quot;A String&quot;, # Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.
&quot;manufacturer&quot;: &quot;A String&quot;, # Output only. Disk manufacturer.
&quot;model&quot;: &quot;A String&quot;, # Output only. Disk model.
&quot;readTimeThisSession&quot;: &quot;A String&quot;, # Output only. Time spent reading from disk since last boot.
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Disk serial number.
&quot;sizeBytes&quot;: &quot;A String&quot;, # Output only. Disk size.
&quot;type&quot;: &quot;A String&quot;, # Output only. Disk type: eMMC / NVMe / ATA / SCSI.
&quot;volumeIds&quot;: [ # Output only. Disk volumes.
&quot;A String&quot;,
],
&quot;writeTimeThisSession&quot;: &quot;A String&quot;, # Output only. Time spent writing to disk since last boot.
},
],
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device
},
],
&quot;thunderboltInfo&quot;: [ # Output only. Information on Thunderbolt bus.
{ # Thunderbolt bus info. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceSecurityStatus](https://chromeenterprise.google/policies/#ReportDeviceSecurityStatus) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: No * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_BUS_DEVICE_INFO
&quot;securityLevel&quot;: &quot;A String&quot;, # Security level of the Thunderbolt bus.
},
],
}</pre>
</div>
<div class="method">
<code class="details" id="list">list(parent, filter=None, pageSize=None, pageToken=None, readMask=None, x__xgafv=None)</code>
<pre>List all telemetry devices.
Args:
parent: string, Required. Customer id or &quot;my_customer&quot; to use the customer associated to the account making the request. (required)
filter: string, Optional. Only include resources that match the filter. Requests that don&#x27;t specify a &quot;reports_timestamp&quot; value will default to returning only recent reports. Specify &quot;reports_timestamp&gt;=0&quot; to get all report data. Supported filter fields: - org_unit_id - serial_number - device_id - reports_timestamp The &quot;reports_timestamp&quot; filter accepts either the Unix Epoch milliseconds format or the RFC3339 UTC &quot;Zulu&quot; format with nanosecond resolution and up to nine fractional digits. Both formats should be surrounded by simple double quotes. Examples: &quot;2014-10-02T15:01:23Z&quot;, &quot;2014-10-02T15:01:23.045123456Z&quot;, &quot;1679283943823&quot;.
pageSize: integer, Maximum number of results to return. Default value is 100. Maximum value is 1000.
pageToken: string, Token to specify next page in the list.
readMask: string, Required. Read mask to specify which fields to return. Supported read_mask paths are: - name - org_unit_id - device_id - serial_number - cpu_info - cpu_status_report - memory_info - memory_status_report - network_info - network_diagnostics_report - network_status_report - os_update_status - graphics_info - graphics_status_report - battery_info - battery_status_report - storage_info - storage_status_report - thunderbolt_info - audio_status_report - boot_performance_report - heartbeat_status_report - network_bandwidth_report - peripherals_report - kiosk_app_status_report - app_report - runtime_counters_report
x__xgafv: string, V1 error format.
Allowed values
1 - v1 error format
2 - v2 error format
Returns:
An object of the form:
{
&quot;devices&quot;: [ # Telemetry devices returned in the response.
{ # Telemetry data collected from a managed device. * Granular permission needed: TELEMETRY_API_DEVICE
&quot;appReport&quot;: [ # Output only. App reports collected periodically sorted in a decreasing order of report_time.
{ # App report.
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp when the report was collected.
&quot;usageData&quot;: [ # App usage data.
{ # App usage data.
&quot;appId&quot;: &quot;A String&quot;, # App id.
&quot;appInstanceId&quot;: &quot;A String&quot;, # Application instance id. This will be unique per window/instance.
&quot;appType&quot;: &quot;A String&quot;, # Type of app.
&quot;runningDuration&quot;: &quot;A String&quot;, # App foreground running time.
},
],
},
],
&quot;audioStatusReport&quot;: [ # Output only. Audio reports collected periodically sorted in a decreasing order of report_time.
{ # 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
&quot;inputDevice&quot;: &quot;A String&quot;, # Output only. Active input device&#x27;s name.
&quot;inputGain&quot;: 42, # Output only. Active input device&#x27;s gain in [0, 100].
&quot;inputMute&quot;: True or False, # Output only. Is active input device mute or not.
&quot;outputDevice&quot;: &quot;A String&quot;, # Output only. Active output device&#x27;s name.
&quot;outputMute&quot;: True or False, # Output only. Is active output device mute or not.
&quot;outputVolume&quot;: 42, # Output only. Active output device&#x27;s volume in [0, 100].
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device.
},
],
&quot;batteryInfo&quot;: [ # Output only. Information on battery specs for the device.
{ # Information about the battery. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * 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_BATTERY_INFO
&quot;designCapacity&quot;: &quot;A String&quot;, # Output only. Design capacity (mAmpere-hours).
&quot;designMinVoltage&quot;: 42, # Output only. Designed minimum output voltage (mV)
&quot;manufactureDate&quot;: { # Represents a whole or partial calendar date, such as a birthday. The time of day and time zone are either specified elsewhere or are insignificant. The date is relative to the Gregorian Calendar. This can represent one of the following: * A full date, with non-zero year, month, and day values. * A month and day, with a zero year (for example, an anniversary). * A year on its own, with a zero month and a zero day. * A year and month, with a zero day (for example, a credit card expiration date). Related types: * google.type.TimeOfDay * google.type.DateTime * google.protobuf.Timestamp # Output only. The date the battery was manufactured.
&quot;day&quot;: 42, # Day of a month. Must be from 1 to 31 and valid for the year and month, or 0 to specify a year by itself or a year and month where the day isn&#x27;t significant.
&quot;month&quot;: 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
&quot;year&quot;: 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
},
&quot;manufacturer&quot;: &quot;A String&quot;, # Output only. Battery manufacturer.
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Battery serial number.
&quot;technology&quot;: &quot;A String&quot;, # Output only. Technology of the battery. Example: Li-ion
},
],
&quot;batteryStatusReport&quot;: [ # Output only. Battery reports collected periodically.
{ # Status data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * 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_BATTERY_REPORT
&quot;batteryHealth&quot;: &quot;A String&quot;, # Output only. Battery health.
&quot;cycleCount&quot;: 42, # Output only. Cycle count.
&quot;fullChargeCapacity&quot;: &quot;A String&quot;, # Output only. Full charge capacity (mAmpere-hours).
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device
&quot;sample&quot;: [ # Output only. Sampling data for the battery sorted in a decreasing order of report_time.
{ # Sampling data for battery. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDevicePowerStatus](https://chromeenterprise.google/policies/#ReportDevicePowerStatus) * Data Collection Frequency: Only at Upload * 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
&quot;chargeRate&quot;: 42, # Output only. Battery charge percentage.
&quot;current&quot;: &quot;A String&quot;, # Output only. Battery current (mA).
&quot;dischargeRate&quot;: 42, # Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it&#x27;s being charged.
&quot;remainingCapacity&quot;: &quot;A String&quot;, # Output only. Battery remaining capacity (mAmpere-hours).
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device
&quot;status&quot;: &quot;A String&quot;, # Output only. Battery status read from sysfs. Example: Discharging
&quot;temperature&quot;: 42, # Output only. Temperature in Celsius degrees.
&quot;voltage&quot;: &quot;A String&quot;, # Output only. Battery voltage (millivolt).
},
],
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Battery serial number.
},
],
&quot;bootPerformanceReport&quot;: [ # Output only. Boot performance reports of the device.
{ # Boot performance report of a device. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceBootMode](https://chromeenterprise.google/policies/#ReportDeviceBootMode) * Data Collection Frequency: On every boot up event * 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: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_OS_REPORT
&quot;bootUpDuration&quot;: &quot;A String&quot;, # Total time to boot up.
&quot;bootUpTime&quot;: &quot;A String&quot;, # The timestamp when power came on.
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp when the report was collected.
&quot;shutdownDuration&quot;: &quot;A String&quot;, # Total time since shutdown start to power off.
&quot;shutdownReason&quot;: &quot;A String&quot;, # The shutdown reason.
&quot;shutdownTime&quot;: &quot;A String&quot;, # The timestamp when shutdown.
},
],
&quot;cpuInfo&quot;: [ # Output only. Information regarding CPU specs for the device.
{ # CPU specifications for the device * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * 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_CPU_INFO
&quot;architecture&quot;: &quot;A String&quot;, # Output only. Architecture type for the CPU. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Only at Upload * 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
&quot;keylockerConfigured&quot;: True or False, # Output only. Whether keylocker is configured.`TRUE` = Enabled; `FALSE` = disabled. Only reported if keylockerSupported = `TRUE`.
&quot;keylockerSupported&quot;: True or False, # Output only. Whether keylocker is supported.
&quot;maxClockSpeed&quot;: 42, # Output only. The max CPU clock speed in kHz.
&quot;model&quot;: &quot;A String&quot;, # Output only. The CPU model name. Example: Intel(R) Core(TM) i5-8250U CPU @ 1.60GHz
},
],
&quot;cpuStatusReport&quot;: [ # Output only. CPU status reports collected periodically sorted in a decreasing order of report_time.
{ # Provides information about the status of the CPU. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 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_CPU_REPORT
&quot;cpuTemperatureInfo&quot;: [ # Output only. CPU temperature sample info per CPU core in Celsius
{ # CPU temperature of a device. Sampled per CPU core in Celsius. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceCpuInfo](https://chromeenterprise.google/policies/#ReportDeviceCpuInfo) * Data Collection Frequency: Every 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
&quot;label&quot;: &quot;A String&quot;, # Output only. CPU label. Example: Core 0
&quot;temperatureCelsius&quot;: 42, # Output only. CPU temperature in Celsius.
},
],
&quot;cpuUtilizationPct&quot;: 42, # Output only. Sample of CPU utilization (0-100 percent).
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. The timestamp in milliseconds representing time at which this report was sampled.
&quot;sampleFrequency&quot;: &quot;A String&quot;, # Output only. Frequency the report is sampled.
},
],
&quot;customer&quot;: &quot;A String&quot;, # Output only. Google Workspace Customer whose enterprise enrolled the device.
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. The unique Directory API ID of the device. This value is the same as the Admin Console&#x27;s Directory API ID in the ChromeOS Devices tab
&quot;graphicsInfo&quot;: { # Information of the graphics subsystem. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceGraphicsStatus](https://chromeenterprise.google/policies/#ReportDeviceGraphicsStatus) * Data Collection Frequency: Only at Upload * 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_GRAPHICS_INFO # Output only. Contains information regarding Graphic peripherals for the device.
&quot;adapterInfo&quot;: { # Information of a graphics adapter (GPU). # Output only. Information about the graphics adapter (GPU).
&quot;adapter&quot;: &quot;A String&quot;, # Output only. Adapter name. Example: Mesa DRI Intel(R) UHD Graphics 620 (Kabylake GT2).
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. Represents the graphics card device id.
&quot;driverVersion&quot;: &quot;A String&quot;, # Output only. Version of the GPU driver.
},
&quot;displayDevices&quot;: [ # Output only. Information about the display(s) of the device.
{ # Information of a display device.
&quot;displayHeightMm&quot;: 42, # Output only. Display height in millimeters.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display device name.
&quot;displayWidthMm&quot;: 42, # Output only. Display width in millimeters.
&quot;edidVersion&quot;: &quot;A String&quot;, # Output only. EDID version.
&quot;internal&quot;: True or False, # Output only. Is display internal or not.
&quot;manufactureYear&quot;: 42, # Output only. Year of manufacture.
&quot;manufacturerId&quot;: &quot;A String&quot;, # Output only. Three letter manufacturer ID.
&quot;modelId&quot;: 42, # Output only. Manufacturer product code.
&quot;serialNumber&quot;: 42, # Output only. Serial number.
},
],
&quot;eprivacySupported&quot;: True or False, # Output only. Is ePrivacy screen supported or not.
&quot;touchScreenInfo&quot;: { # Information on the device touch screen. # Output only. Information about the internal touch screen(s) of the device.
&quot;devices&quot;: [ # Output only. List of the internal touch screen devices.
{ # Information of an internal touch screen device.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Touch screen device display name.
&quot;stylusCapable&quot;: True or False, # Output only. Touch screen device is stylus capable or not.
&quot;touchPointCount&quot;: 42, # Output only. Number of touch points supported on the device.
},
],
&quot;touchpadLibrary&quot;: &quot;A String&quot;, # Output only. Touchpad library name used by the input stack.
},
},
&quot;graphicsStatusReport&quot;: [ # Output only. Graphics reports collected periodically.
{ # Information of the graphics subsystem. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceGraphicsInfo](https://chromeenterprise.google/policies/#ReportDeviceGraphicsInfo) * Data Collection Frequency: 3 hours. * 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_GRAPHICS_REPORT
&quot;displays&quot;: [ # Output only. Information about the displays for the device.
{ # Information for a display.
&quot;deviceId&quot;: &quot;A String&quot;, # Output only. Represents the graphics card device id.
&quot;displayName&quot;: &quot;A String&quot;, # Output only. Display device name.
&quot;edidVersion&quot;: &quot;A String&quot;, # Output only. EDID version.
&quot;isInternal&quot;: True or False, # Output only. Indicates if display is internal or not.
&quot;refreshRate&quot;: 42, # Output only. Refresh rate in Hz.
&quot;resolutionHeight&quot;: 42, # Output only. Resolution height in pixels.
&quot;resolutionWidth&quot;: 42, # Output only. Resolution width in pixels.
&quot;serialNumber&quot;: 42, # Output only. Serial number.
},
],
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Time at which the graphics data was reported.
},
],
&quot;heartbeatStatusReport&quot;: [ # Output only. Heartbeat status report containing timestamps periodically sorted in decreasing order of report_time
{ # Heartbeat status report of a device. * Available for Kiosks * This field provides online/offline/unknown status of a device and will only be included if the status has changed (e.g. Online -&gt; Offline) * Data for this field is controlled via policy: [HeartbeatEnabled](https://chromeenterprise.google/policies/#HeartbeatEnabled) [More Info](https://support.google.com/chrome/a/answer/6179663#:~:text=On%20the%20Chrome,device%20status%20alerts) * Heartbeat Frequency: 2 mins * Note: If a device goes offline, it can take up to 12 minutes for the online status of the device to be updated * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: N/A * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_DEVICE_ACTIVITY_REPORT
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp of when status changed was detected
&quot;state&quot;: &quot;A String&quot;, # State the device changed to
},
],
&quot;kioskAppStatusReport&quot;: [ # Output only. Kiosk app status report for the kiosk device
{ # Kiosk app status report of a device. * Available for Kiosks * This field provides the app id and version number running on a kiosk device and the timestamp of when the report was last updated * Data for this field is controlled via policy: [ReportDeviceSessionStatus](https://chromeenterprise.google/policies/#ReportDeviceSessionStatus) * Data Collection Frequency: Only at Upload * 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_APPS_REPORT
&quot;appId&quot;: &quot;A String&quot;, # App id of kiosk app for example &quot;mdmkkicfmmkgmpkmkdikhlbggogpicma&quot;
&quot;appVersion&quot;: &quot;A String&quot;, # App version number of kiosk app for example &quot;1.10.118&quot;
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp of when report was collected
},
],
&quot;memoryInfo&quot;: { # Memory information of a device. * This field has both telemetry and device information: - `totalRamBytes` - Device information - `availableRamBytes` - Telemetry information - `totalMemoryEncryption` - Device information * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: - `totalRamBytes` - Only at upload - `availableRamBytes` - Every 10 minutes - `totalMemoryEncryption` - at device startup * Default Data Reporting Frequency: - `totalRamBytes` - 3 hours - `availableRamBytes` - 3 hours - `totalMemoryEncryption` - at device startup - 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: only for `totalMemoryEncryption` * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_MEMORY_INFO # Output only. Information regarding memory specs for the device.
&quot;availableRamBytes&quot;: &quot;A String&quot;, # Output only. Amount of available RAM in bytes.
&quot;totalMemoryEncryption&quot;: { # Memory encryption information of a device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A # Output only. Total memory encryption info for the device.
&quot;encryptionAlgorithm&quot;: &quot;A String&quot;, # Memory encryption algorithm.
&quot;encryptionState&quot;: &quot;A String&quot;, # The state of memory encryption on the device.
&quot;keyLength&quot;: &quot;A String&quot;, # The length of the encryption keys.
&quot;maxKeys&quot;: &quot;A String&quot;, # The maximum number of keys that can be used for encryption.
},
&quot;totalRamBytes&quot;: &quot;A String&quot;, # Output only. Total RAM in bytes.
},
&quot;memoryStatusReport&quot;: [ # Output only. Memory status reports collected periodically sorted decreasing by report_time.
{ # Contains samples of memory status reports. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceMemoryInfo](https://chromeenterprise.google/policies/#ReportDeviceMemoryInfo) * Data Collection Frequency: Only at upload, SystemRamFreeByes is collected every 10 minutes * Default Data Reporting Frequency: Every 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_MEMORY_REPORT
&quot;pageFaults&quot;: 42, # Output only. Number of page faults during this collection
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. The timestamp in milliseconds representing time at which this report was sampled.
&quot;sampleFrequency&quot;: &quot;A String&quot;, # Output only. Frequency the report is sampled.
&quot;systemRamFreeBytes&quot;: &quot;A String&quot;, # Output only. Amount of free RAM in bytes (unreliable due to Garbage Collection).
},
],
&quot;name&quot;: &quot;A String&quot;, # Output only. Resource name of the device.
&quot;networkBandwidthReport&quot;: [ # Output only. Network bandwidth reports collected periodically sorted in a decreasing order of report_time.
{ # Network bandwidth report. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT
&quot;downloadSpeedKbps&quot;: &quot;A String&quot;, # Output only. Download speed in kilobits per second.
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the report was collected.
},
],
&quot;networkDiagnosticsReport&quot;: [ # Output only. Network diagnostics collected periodically.
{ # Network testing results to determine the health of the device&#x27;s network connection, for example whether the HTTPS latency is high or normal. * Granular permission needed: TELEMETRY_API_NETWORK_REPORT
&quot;httpsLatencyData&quot;: { # Data that describes the result of the HTTPS latency diagnostics routine, with the HTTPS requests issued to Google websites. # Output only. HTTPS latency test data.
&quot;latency&quot;: &quot;A String&quot;, # Output only. HTTPS latency if routine succeeded or failed because of HIGH_LATENCY or VERY_HIGH_LATENCY.
&quot;problem&quot;: &quot;A String&quot;, # Output only. HTTPS latency routine problem if a problem occurred.
},
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the diagnostics were collected.
},
],
&quot;networkInfo&quot;: { # Network device information. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_NETWORK_INFO # Output only. Network devices information.
&quot;networkDevices&quot;: [ # Output only. List of network devices.
{ # Details about the network device. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportNetworkDeviceConfiguration](https://chromeenterprise.google/policies/#ReportNetworkDeviceConfiguration) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - 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: Yes * Reported for affiliated users only: N/A
&quot;iccid&quot;: &quot;A String&quot;, # Output only. The integrated circuit card ID associated with the device&#x27;s sim card.
&quot;imei&quot;: &quot;A String&quot;, # Output only. IMEI (if applicable) of the corresponding network device.
&quot;macAddress&quot;: &quot;A String&quot;, # Output only. MAC address (if applicable) of the corresponding network device.
&quot;mdn&quot;: &quot;A String&quot;, # Output only. The mobile directory number associated with the device&#x27;s sim card.
&quot;meid&quot;: &quot;A String&quot;, # Output only. MEID (if applicable) of the corresponding network device.
&quot;type&quot;: &quot;A String&quot;, # Output only. Network device type.
},
],
},
&quot;networkStatusReport&quot;: [ # Output only. Network specs collected periodically.
{ # State of visible/configured networks. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportNetworkStatus](https://chromeenterprise.google/policies/#ReportNetworkStatus) * Data Collection Frequency: 60 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: Yes * Reported for affiliated users only: Yes * Granular permission needed: TELEMETRY_API_NETWORK_REPORT
&quot;connectionState&quot;: &quot;A String&quot;, # Output only. Current connection state of the network.
&quot;connectionType&quot;: &quot;A String&quot;, # Output only. Network connection type.
&quot;encryptionOn&quot;: True or False, # Output only. Whether the wifi encryption key is turned off.
&quot;gatewayIpAddress&quot;: &quot;A String&quot;, # Output only. Gateway IP address.
&quot;gatewayIpv6Address&quot;: &quot;A String&quot;, # Output only. The gateway IPv6 for this interface, if detected
&quot;guid&quot;: &quot;A String&quot;, # Output only. Network connection guid.
&quot;ipv6Address&quot;: [ # Output only. IPv6 addresses assigned to this network, if any. Each address is a string in standard IPv6 text representation (e.g., &quot;2001:db8::1&quot;).
&quot;A String&quot;,
],
&quot;lanIpAddress&quot;: &quot;A String&quot;, # Output only. LAN IP address.
&quot;linkDownSpeedKbps&quot;: &quot;A String&quot;, # Output only. The maximum downstream bandwidth in Kilobits per second (Kbps), if reported by the network interface or connection.
&quot;metered&quot;: True or False, # Output only. Whether the network was detected as metered.
&quot;receivingBitRateMbps&quot;: &quot;A String&quot;, # Output only. Receiving bit rate measured in Megabits per second.
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Time at which the network state was reported.
&quot;sampleFrequency&quot;: &quot;A String&quot;, # Output only. Frequency the report is sampled.
&quot;signalStrengthDbm&quot;: 42, # Output only. Signal strength for wireless networks measured in decibels.
&quot;transmissionBitRateMbps&quot;: &quot;A String&quot;, # Output only. Transmission bit rate measured in Megabits per second.
&quot;transmissionPowerDbm&quot;: 42, # Output only. Transmission power measured in decibels.
&quot;wifiLinkQuality&quot;: &quot;A String&quot;, # Output only. Wifi link quality. Value ranges from [0, 70]. 0 indicates no signal and 70 indicates a strong signal.
&quot;wifiPowerManagementEnabled&quot;: True or False, # Output only. Wifi power management enabled
},
],
&quot;orgUnitId&quot;: &quot;A String&quot;, # Output only. Organization unit ID of the device.
&quot;osUpdateStatus&quot;: [ # Output only. Contains relevant information regarding ChromeOS update status.
{ # Contains information regarding the current OS update status. * This field is telemetry information and this will change over time as the device is utilized. * Data for this field is controlled via policy: [ReportDeviceOsUpdateStatus](https://chromeenterprise.google/policies/#ReportDeviceOsUpdateStatus) * Data Collection Frequency: Only at Upload * 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_OS_REPORT
&quot;lastRebootTime&quot;: &quot;A String&quot;, # Output only. Timestamp of the last reboot.
&quot;lastUpdateCheckTime&quot;: &quot;A String&quot;, # Output only. Timestamp of the last update check.
&quot;lastUpdateTime&quot;: &quot;A String&quot;, # Output only. Timestamp of the last successful update.
&quot;newPlatformVersion&quot;: &quot;A String&quot;, # Output only. New platform version of the os image being downloaded and applied. It is only set when update status is OS_IMAGE_DOWNLOAD_IN_PROGRESS or OS_UPDATE_NEED_REBOOT. Note this could be a dummy &quot;0.0.0.0&quot; for OS_UPDATE_NEED_REBOOT status for some edge cases, e.g. update engine is restarted without a reboot.
&quot;newRequestedPlatformVersion&quot;: &quot;A String&quot;, # Output only. New requested platform version from the pending updated kiosk app.
&quot;updateState&quot;: &quot;A String&quot;, # Output only. Current state of the os update.
},
],
&quot;peripheralsReport&quot;: [ # Output only. Peripherals reports collected periodically sorted in a decreasing order of report_time.
{ # Peripherals report. * Granular permission needed: TELEMETRY_API_PERIPHERALS_REPORT
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the report was collected.
&quot;usbPeripheralReport&quot;: [ # Reports of all usb connected devices.
{ # USB connected peripheral report.
&quot;categories&quot;: [ # Output only. Categories the device belongs to https://www.usb.org/defined-class-codes
&quot;A String&quot;,
],
&quot;classId&quot;: 42, # Output only. Class ID https://www.usb.org/defined-class-codes
&quot;firmwareVersion&quot;: &quot;A String&quot;, # Output only. Firmware version
&quot;name&quot;: &quot;A String&quot;, # Output only. Device name, model name, or product name
&quot;pid&quot;: 42, # Output only. Product ID
&quot;subclassId&quot;: 42, # Output only. Subclass ID https://www.usb.org/defined-class-codes
&quot;vendor&quot;: &quot;A String&quot;, # Output only. Vendor name
&quot;vid&quot;: 42, # Output only. Vendor ID
},
],
},
],
&quot;runtimeCountersReport&quot;: [ # Output only. Runtime counters reports collected device lifetime runtime, as well as the counts of S0-&gt;S3, S0-&gt;S4, and S0-&gt;S5 transitions, meaning entering into sleep, hibernation, and power-off states
{ # Runtime counters retrieved from CPU. Currently the runtime counters telemetry is only supported by Intel vPro PSR on Gen 14+.
&quot;enterHibernationCount&quot;: &quot;A String&quot;, # Number of times that the device has entered into the hibernation state. Currently obtained via the PSR, count from S0-&gt;S4.
&quot;enterPoweroffCount&quot;: &quot;A String&quot;, # Number of times that the device has entered into the power-off state. Currently obtained via the PSR, count from S0-&gt;S5.
&quot;enterSleepCount&quot;: &quot;A String&quot;, # Number of times that the device has entered into the sleep state. Currently obtained via the PSR, count from S0-&gt;S3.
&quot;reportTime&quot;: &quot;A String&quot;, # Timestamp when the report was collected.
&quot;uptimeRuntimeDuration&quot;: &quot;A String&quot;, # Total lifetime runtime. Currently always S0 runtime from Intel vPro PSR.
},
],
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Device serial number. This value is the same as the Admin Console&#x27;s Serial Number in the ChromeOS Devices tab.
&quot;storageInfo&quot;: { # 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: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * 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_STORAGE_INFO # Output only. Information of storage specs for the device.
&quot;availableDiskBytes&quot;: &quot;A String&quot;, # The available space for user data storage in the device in bytes.
&quot;totalDiskBytes&quot;: &quot;A String&quot;, # The total space for user data storage in the device in bytes.
&quot;volume&quot;: [ # Information for disk volumes
{ # Information for disk volumes
&quot;storageFreeBytes&quot;: &quot;A String&quot;, # Free storage space in bytes.
&quot;storageTotalBytes&quot;: &quot;A String&quot;, # Total storage space in bytes.
&quot;volumeId&quot;: &quot;A String&quot;, # Disk volume id.
},
],
},
&quot;storageStatusReport&quot;: [ # Output only. Storage reports collected periodically.
{ # 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: [ReportDeviceStorageStatus](https://chromeenterprise.google/policies/#ReportDeviceStorageStatus) * Data Collection Frequency: Only at Upload * 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_STORAGE_REPORT
&quot;disk&quot;: [ # Output only. Reports on disk.
{ # Status of the single storage device.
&quot;bytesReadThisSession&quot;: &quot;A String&quot;, # Output only. Number of bytes read since last boot.
&quot;bytesWrittenThisSession&quot;: &quot;A String&quot;, # Output only. Number of bytes written since last boot.
&quot;discardTimeThisSession&quot;: &quot;A String&quot;, # Output only. Time spent discarding since last boot. Discarding is writing to clear blocks which are no longer in use. Supported on kernels 4.18+.
&quot;health&quot;: &quot;A String&quot;, # Output only. Disk health.
&quot;ioTimeThisSession&quot;: &quot;A String&quot;, # Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.
&quot;manufacturer&quot;: &quot;A String&quot;, # Output only. Disk manufacturer.
&quot;model&quot;: &quot;A String&quot;, # Output only. Disk model.
&quot;readTimeThisSession&quot;: &quot;A String&quot;, # Output only. Time spent reading from disk since last boot.
&quot;serialNumber&quot;: &quot;A String&quot;, # Output only. Disk serial number.
&quot;sizeBytes&quot;: &quot;A String&quot;, # Output only. Disk size.
&quot;type&quot;: &quot;A String&quot;, # Output only. Disk type: eMMC / NVMe / ATA / SCSI.
&quot;volumeIds&quot;: [ # Output only. Disk volumes.
&quot;A String&quot;,
],
&quot;writeTimeThisSession&quot;: &quot;A String&quot;, # Output only. Time spent writing to disk since last boot.
},
],
&quot;reportTime&quot;: &quot;A String&quot;, # Output only. Timestamp of when the sample was collected on device
},
],
&quot;thunderboltInfo&quot;: [ # Output only. Information on Thunderbolt bus.
{ # Thunderbolt bus info. * This field provides device information, which is static and will not change over time. * Data for this field is controlled via policy: [ReportDeviceSecurityStatus](https://chromeenterprise.google/policies/#ReportDeviceSecurityStatus) * Data Collection Frequency: At device startup * Default Data Reporting Frequency: At device startup - Policy Controlled: No * Cache: If the device is offline, the collected data is stored locally, and will be reported when the device is next online: Yes * Reported for affiliated users only: N/A * Granular permission needed: TELEMETRY_API_BUS_DEVICE_INFO
&quot;securityLevel&quot;: &quot;A String&quot;, # Security level of the Thunderbolt bus.
},
],
},
],
&quot;nextPageToken&quot;: &quot;A String&quot;, # Token to specify next page in the list.
}</pre>
</div>
<div class="method">
<code class="details" id="list_next">list_next()</code>
<pre>Retrieves the next page of results.
Args:
previous_request: The request for the previous page. (required)
previous_response: The response from the request for the previous page. (required)
Returns:
A request object that you can call &#x27;execute()&#x27; on to request the next
page. Returns None if there are no more items in the collection.
</pre>
</div>
</body></html>