Skip to main content

chromeosdevices

Overview

Namechromeosdevices
TypeResource
Idgoogleadmin.directory.chromeosdevices

Fields

NameDatatypeDescription
activeTimeRangesarrayA list of active time ranges (Read-only).
annotatedAssetIdstringThe asset identifier as noted by an administrator or specified during enrollment.
annotatedLocationstringThe address or location of the device as noted by the administrator. Maximum length is 200 characters. Empty values are allowed.
annotatedUserstringThe user of the device as noted by the administrator. Maximum length is 100 characters. Empty values are allowed.
autoUpdateExpirationstring(Read-only) The timestamp after which the device will stop receiving Chrome updates or support
bootModestringThe boot mode for the device. The possible values are: Verified: The device is running a valid version of the Chrome OS. Dev: The devices's developer hardware switch is enabled. When booted, the device has a command line shell. For an example of a developer switch, see the Chromebook developer information.
cpuInfoarrayInformation regarding CPU specs in the device.
cpuStatusReportsarrayReports of CPU utilization and temperature (Read-only)
deprovisionReasonstring(Read-only) Deprovision reason.
deviceFilesarrayA list of device files to download (Read-only)
deviceIdstringThe unique ID of the Chrome device.
diskVolumeReportsarrayReports of disk space and other info about mounted/connected volumes.
dockMacAddressstring(Read-only) Built-in MAC address for the docking station that the device connected to. Factory sets Media access control address (MAC address) assigned for use by a dock. It is reserved specifically for MAC pass through device policy. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for some devices.
etagstringETag of the resource.
ethernetMacAddressstringThe device's MAC address on the ethernet network interface.
ethernetMacAddress0string(Read-only) MAC address used by the Chromebook’s internal ethernet port, and for onboard network (ethernet) interface. The format is twelve (12) hexadecimal digits without any delimiter (uppercase letters). This is only relevant for some devices.
firmwareVersionstringThe Chrome device's firmware version.
firstEnrollmentTimestringDate and time for the first time the device was enrolled.
kindstringThe type of resource. For the Chromeosdevices resource, the value is admin#directory#chromeosdevice.
lastDeprovisionTimestampstring(Read-only) Date and time for the last deprovision of the device.
lastEnrollmentTimestringDate and time the device was last enrolled (Read-only)
lastKnownNetworkarrayContains last known network (Read-only)
lastSyncstringDate and time the device was last synchronized with the policy settings in the G Suite administrator control panel (Read-only)
macAddressstringThe device's wireless MAC address. If the device does not have this information, it is not included in the response.
manufactureDatestring(Read-only) The date the device was manufactured in yyyy-mm-dd format.
meidstringThe Mobile Equipment Identifier (MEID) or the International Mobile Equipment Identity (IMEI) for the 3G mobile card in a mobile device. A MEID/IMEI is typically used when adding a device to a wireless carrier's post-pay service plan. If the device does not have this information, this property is not included in the response. For more information on how to export a MEID/IMEI list, see the Developer's Guide.
modelstringThe device's model information. If the device does not have this information, this property is not included in the response.
notesstringNotes about this device added by the administrator. This property can be searched with the list method's query parameter. Maximum length is 500 characters. Empty values are allowed.
orderNumberstringThe device's order number. Only devices directly purchased from Google have an order number.
orgUnitIdstringThe unique ID of the organizational unit. orgUnitPath is the human readable version of orgUnitId. While orgUnitPath may change by renaming an organizational unit within the path, orgUnitId is unchangeable for one organizational unit. This property can be updated using the API. For more information about how to create an organizational structure for your device, see the administration help center.
orgUnitPathstringThe full parent path with the organizational unit's name associated with the device. Path names are case insensitive. If the parent organizational unit is the top-level organization, it is represented as a forward slash, /. This property can be updated using the API. For more information about how to create an organizational structure for your device, see the administration help center.
osUpdateStatusobjectContains information regarding the current OS update status.
osVersionstringThe Chrome device's operating system version.
platformVersionstringThe Chrome device's platform version.
recentUsersarrayA list of recent device users, in descending order, by last login time.
screenshotFilesarrayA list of screenshot files to download. Type is always "SCREENSHOT_FILE". (Read-only)
serialNumberstringThe Chrome device serial number entered when the device was enabled. This value is the same as the Admin console's Serial Number in the Chrome OS Devices tab.
statusstringThe status of the device.
supportEndDatestringFinal date the device will be supported (Read-only)
systemRamFreeReportsarrayReports of amounts of available RAM memory (Read-only)
systemRamTotalstringTotal RAM on the device [in bytes] (Read-only)
tpmVersionInfoobjectTrusted Platform Module (TPM) (Read-only)
willAutoRenewbooleanDetermines if the device will auto renew its support after the support end date. This is a read-only property.

Methods

NameAccessible byRequired ParamsDescription
getSELECTcustomerId, deviceIdRetrieves a Chrome OS device's properties.
listSELECTcustomerIdRetrieves a paginated list of Chrome OS devices within an account.
_listEXECcustomerIdRetrieves a paginated list of Chrome OS devices within an account.
actionEXECcustomerId, resourceIdTakes an action that affects a Chrome OS Device. This includes deprovisioning, disabling, and re-enabling devices. Warning: Deprovisioning a device will stop device policy syncing and remove device-level printers. After a device is deprovisioned, it must be wiped before it can be re-enrolled. Lost or stolen devices should use the disable action. * Re-enabling a disabled device will consume a device license. If you do not have sufficient licenses available when completing the re-enable action, you will receive an error. For more information about deprovisioning and disabling devices, visit the help center.
moveDevicesToOuEXECcustomerId, orgUnitPathMoves or inserts multiple Chrome OS devices to an organizational unit. You can move up to 50 devices at once.
patchEXECcustomerId, deviceIdUpdates a device's updatable properties, such as annotatedUser, annotatedLocation, notes, orgUnitPath, or annotatedAssetId. This method supports patch semantics.
updateEXECcustomerId, deviceIdUpdates a device's updatable properties, such as annotatedUser, annotatedLocation, notes, orgUnitPath, or annotatedAssetId.