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
"designMinVoltage": 42, # Output only. Designed minimum output voltage (mV)
117
+
"manufactureDate": { # 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 value, with a zero year, such as an anniversary * A year on its own, with zero month and day values * A year and month value, with a zero day, such as a credit card expiration date Related types are google.type.TimeOfDay and `google.protobuf.Timestamp`. # Output only. The date the battery was manufactured.
118
+
"day": 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't significant.
119
+
"month": 42, # Month of a year. Must be from 1 to 12, or 0 to specify a year without a month and day.
120
+
"year": 42, # Year of the date. Must be from 1 to 9999, or 0 to specify a date without a year.
"current": "A String", # Output only. Battery current (mA).
137
+
"dischargeRate": 42, # Output only. The battery discharge rate measured in mW. Positive if the battery is being discharged, negative if it's being charged.
"temperatureCelsius": 42, # Output only. CPU temperature in Celsius.
161
+
},
162
+
],
163
+
"cpuUtilizationPct": 42, # Output only. Sample of CPU utilization (0-100 percent).
164
+
"reportTime": "A String", # Output only. The timestamp in milliseconds representing time at which this report was sampled.
165
+
"sampleFrequency": "A String", # Output only. Frequency the report is sampled.
166
+
},
167
+
],
168
+
"customer": "A String", # Output only. Google Workspace Customer whose enterprise enrolled the device.
169
+
"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 Chrome OS Devices tab
170
+
"graphicsInfo": { # Information of the graphics subsystem. # Output only. Contains information regarding Graphic peripherals for the device.
171
+
"adapterInfo": { # Information of a graphics adapter (GPU). # Output only. Information about the graphics adapter (GPU).
{ # Contains information regarding the current OS update status.
216
+
"lastRebootTime": "A String", # Output only. Timestamp of the last reboot.
217
+
"lastUpdateCheckTime": "A String", # Output only. Timestamp of the last update check.
218
+
"lastUpdateTime": "A String", # Output only. Timestamp of the last successful update.
219
+
"newPlatformVersion": "A String", # 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 "0.0.0.0" for OS_UPDATE_NEED_REBOOT status for some edge cases, e.g. update engine is restarted without a reboot.
220
+
"newRequestedPlatformVersion": "A String", # Output only. New requested platform version from the pending updated kiosk app.
221
+
"updateState": "A String", # Output only. Current state of the os update.
222
+
},
223
+
],
224
+
"serialNumber": "A String", # Output only. Device serial number. This value is the same as the Admin Console's Serial Number in the Chrome OS Devices tab.
225
+
"storageInfo": { # Status data for storage. # Output only. Information of storage specs for the device.
226
+
"availableDiskBytes": "A String", # The available space for user data storage in the device in bytes.
227
+
"totalDiskBytes": "A String", # The total space for user data storage in the device in bytes.
228
+
"volume": [ # Information for disk volumes
229
+
{ # Information for disk volumes
230
+
"storageFreeBytes": "A String", # Free storage space in bytes.
231
+
"storageTotalBytes": "A String", # Total storage space in bytes.
232
+
"volumeId": "A String", # Disk volume id.
"disk": [ # Output only. Reports on disk
239
+
{ # Status of the single storage device.
240
+
"bytesReadThisSession": "A String", # Output only. Number of bytes read since last boot.
241
+
"bytesWrittenThisSession": "A String", # Output only. Number of bytes written since last boot.
242
+
"discardTimeThisSession": "A String", # 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+.
243
+
"health": "A String", # Output only. Disk health.
244
+
"ioTimeThisSession": "A String", # Output only. Counts the time the disk and queue were busy, so unlike the fields above, parallel requests are not counted multiple times.
245
+
"manufacturer": "A String", # Output only. Disk manufacturer.
246
+
"model": "A String", # Output only. Disk model.
247
+
"readTimeThisSession": "A String", # Output only. Time spent reading from disk since last boot.
248
+
"serialNumber": "A String", # Output only. Disk serial number.
249
+
"sizeBytes": "A String", # Output only. Disk size.
250
+
"type": "A String", # Output only. Disk type: eMMC / NVMe / ATA / SCSI.
251
+
"volumeIds": [ # Output only. Disk volumes.
252
+
"A String",
253
+
],
254
+
"writeTimeThisSession": "A String", # Output only. Time spent writing to disk since last boot.
255
+
},
256
+
],
257
+
"reportTime": "A String", # Output only. Timestamp of when the sample was collected on device
258
+
},
259
+
],
260
+
},
261
+
],
262
+
"nextPageToken": "A String", # Token to specify next page in the list.
0 commit comments