This document lists the events and parameters for
ChromeOS Settings
Admin Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=admin
.
ChromeOS Settings
Events of this type are returned with type=CHROME_OS_SETTINGS
.
Android Application Setting Change
CHANGE_CHROME_OS_ANDROID_APPLICATION_SETTING
APP_
|
Application ID. |
CHROME_
|
ChromeOS sessiom type. |
GROUP_
|
The group's primary email address. |
NEW_
|
The new |
OLD_
|
The previous |
ORG_
|
The organizational unit (OU) name (path). |
SETTING_
|
The unique name (ID) of the setting that was changed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_ANDROID_APPLICATION_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for Android app {APP_ID}
for session type {CHROME_OS_SESSION_TYPE}
changed from {OLD_VALUE}
to {NEW_VALUE}
Change device state
Event for 'Change device state'.
CHANGE_DEVICE_STATE
DEVICE_
|
The new state after the change state got called. |
DEVICE_
|
The original state before the change state got called. |
DEVICE_
|
The device's serial number. |
DEVICE_
|
The device's type. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_DEVICE_STATE
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Changed the state of {DEVICE_TYPE}
{DEVICE_SERIAL_NUMBER}
from {DEVICE_PREVIOUS_STATE}
to {DEVICE_NEW_STATE}
Change Device Upgrade
CHANGE_DEVICE_UPGRADE
DEVICE_
|
The device's serial number. |
NEW_
|
The new |
OLD_
|
The previous |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_DEVICE_UPGRADE
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Changed upgrade from {OLD_VALUE}
to {NEW_VALUE}
for device with serial number {DEVICE_SERIAL_NUMBER}
.
Chrome Application Setting Change
CHANGE_CHROME_OS_APPLICATION_SETTING
APP_
|
Application ID. |
CHROME_
|
Chrome OS session type. |
GROUP_
|
The group's primary email address. |
NEW_
|
The new |
OLD_
|
The previous |
ORG_
|
The organizational unit (OU) name (path). |
SETTING_
|
The unique name (ID) of the setting that was changed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_APPLICATION_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for Chrome app {APP_ID}
for session type {CHROME_OS_SESSION_TYPE}
changed from {OLD_VALUE}
to {NEW_VALUE}
ChromeOS Device Command
SEND_CHROME_OS_DEVICE_COMMAND
DEVICE_
|
The device's serial number. |
NEW_
|
The new |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= SEND_CHROME_OS_DEVICE_COMMAND
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Sent {NEW_VALUE}
command to ChromeOS device {DEVICE_SERIAL_NUMBER}
ChromeOS Device Property Change
CHANGE_CHROME_OS_DEVICE_ANNOTATION
DEVICE_
SERIAL_
NUMBER
string
The device's serial number.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_DEVICE_ANNOTATION
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
ChromeOS device {DEVICE_SERIAL_NUMBER}
had its properties updated
ChromeOS Device Setting Change
CHANGE_CHROME_OS_DEVICE_SETTING
NEW_
|
The new |
OLD_
|
The previous |
ORG_
|
The organizational unit (OU) name (path). |
SETTING_
|
The unique name (ID) of the setting that was changed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_DEVICE_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for ChromeOS devices in {ORG_UNIT_NAME}
organization unit changed from {OLD_VALUE}
to {NEW_VALUE}
ChromeOS Device State Change
CHANGE_CHROME_OS_DEVICE_STATE
DEVICE_
|
The device's serial number. |
NEW_
|
The new |
OLD_
|
The previous |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_DEVICE_STATE
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
State of ChromeOS device {DEVICE_SERIAL_NUMBER}
changed from {OLD_VALUE}
to {NEW_VALUE}
ChromeOS managed guest session setting change
CHANGE_CHROME_OS_PUBLIC_SESSION_SETTING
NEW_
|
The new |
OLD_
|
The previous |
ORG_
|
The organizational unit (OU) name (path). |
SETTING_
|
The unique name (ID) of the setting that was changed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_PUBLIC_SESSION_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for ChromeOS managed guest session in {ORG_UNIT_NAME}
organization unit changed from {OLD_VALUE}
to {NEW_VALUE}
ChromeOS Print Server Added
Print server is added.
INSERT_CHROME_OS_PRINT_SERVER
PRINT_
SERVER_
NAME
string
Name of a print server.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= INSERT_CHROME_OS_PRINT_SERVER
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Print server named {PRINT_SERVER_NAME}
added.
ChromeOS Print Server Deleted
Existing print server is deleted.
DELETE_CHROME_OS_PRINT_SERVER
PRINT_
SERVER_
NAME
string
Name of a print server.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= DELETE_CHROME_OS_PRINT_SERVER
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Print server {PRINT_SERVER_NAME}
deleted.
ChromeOS Print Server Updated
Existing print server is updated.
UPDATE_CHROME_OS_PRINT_SERVER
NEW_
|
The new |
OLD_
|
The previous |
PRINT_
|
Name of a print server. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= UPDATE_CHROME_OS_PRINT_SERVER
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Print server {PRINT_SERVER_NAME}
updated from {OLD_VALUE}
to {NEW_VALUE}
.
ChromeOS Printer Added
Printer is added.
INSERT_CHROME_OS_PRINTER
PRINTER_
NAME
string
Name of a printer.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= INSERT_CHROME_OS_PRINTER
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Printer named {PRINTER_NAME}
added.
ChromeOS Printer Deleted
Existing printer is deleted.
DELETE_CHROME_OS_PRINTER
PRINTER_
NAME
string
Name of a printer.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= DELETE_CHROME_OS_PRINTER
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Printer {PRINTER_NAME}
deleted.
ChromeOS Printer Updated
Existing printer is updated.
UPDATE_CHROME_OS_PRINTER
NEW_
|
The new |
OLD_
|
The previous |
PRINTER_
|
Name of a printer. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= UPDATE_CHROME_OS_PRINTER
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Printer {PRINTER_NAME}
updated from {OLD_VALUE}
to {NEW_VALUE}
.
ChromeOS Setting Change
CHANGE_CHROME_OS_SETTING
DOMAIN_
|
The primary domain name. |
NEW_
|
The new |
OLD_
|
The previous |
SETTING_
|
The unique name (ID) of the setting that was changed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for ChromeOS devices in your organization changed from {OLD_VALUE}
to {NEW_VALUE}
ChromeOS User Setting Change
CHANGE_CHROME_OS_USER_SETTING
NEW_
|
The new |
OLD_
|
The previous |
ORG_
|
The organizational unit (OU) name (path). |
SETTING_
|
The unique name (ID) of the setting that was changed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_USER_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for ChromeOS users in {ORG_UNIT_NAME}
organization unit changed from {OLD_VALUE}
to {NEW_VALUE}
Create ChromeOS enrollment token
Event for 'Create ChromeOS enrollment token'.
CREATE_CHROME_OS_ENROLLMENT_TOKEN
FULL_
ORG_
UNIT_
PATH
string
The org unit path including the root org unit name.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CREATE_CHROME_OS_ENROLLMENT_TOKEN
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Generated a new ChromeOS enrollment token for {FULL_ORG_UNIT_PATH}
Custom Configurations JSON Setting Change
CHANGE_CHROME_OS_CUSTOM_CONFIGURATIONS_JSON_SETTING
NEW_
|
The new |
OLD_
|
The previous |
ORG_
|
The organizational unit (OU) name (path). |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_CUSTOM_CONFIGURATIONS_JSON_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Custom configurations JSON field in the {ORG_UNIT_NAME}
organizational unit changed from {OLD_VALUE}
to {NEW_VALUE}
Delete ChromeOS device
Event for 'Delete ChromeOS device'.
DELETE_CHROME_OS_DEVICE
DEVICE_
SERIAL_
NUMBER
string
The device's serial number.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= DELETE_CHROME_OS_DEVICE
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Deleted ChromeOS device with serial number {DEVICE_SERIAL_NUMBER}
Delete duplicate ChromeOS device
Event for 'Delete duplicate ChromeOS device'.
DELETE_DUPLICATE_CHROME_OS_DEVICE
DEVICE_
|
The device's serial number. |
DIRECTORY_
|
Parameter for Chrome Directory API ID. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= DELETE_DUPLICATE_CHROME_OS_DEVICE
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Deleted duplicate ChromeOS device with directory API ID {DIRECTORY_API_ID}
and device serial number {DEVICE_SERIAL_NUMBER}
Isolated Web Application Setting Change
CHANGE_CHROME_OS_ISOLATED_WEB_APPLICATION_SETTING
APP_
|
Application ID. |
CHROME_
|
ChromeOS sessiom type. |
GROUP_
|
The group's primary email address. |
NEW_
|
The new |
OLD_
|
The previous |
ORG_
|
The organizational unit (OU) name (path). |
SETTING_
|
The unique name (ID) of the setting that was changed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_ISOLATED_WEB_APPLICATION_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for Isolated Web app {APP_ID}
for session type {CHROME_OS_SESSION_TYPE}
changed from {OLD_VALUE}
to {NEW_VALUE}
Issue device command
Event for 'Issue device command'.
ISSUE_DEVICE_COMMAND
DEVICE_
|
Details regarding the command that was issued. |
DEVICE_
|
The device's serial number. |
DEVICE_
|
The device's type. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= ISSUE_DEVICE_COMMAND
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Issued command to {DEVICE_TYPE}
{DEVICE_SERIAL_NUMBER}
: {DEVICE_COMMAND_DETAILS}
Move device to Organizational unit
Event for 'Move device to Org Unit'.
MOVE_DEVICE_TO_ORG_UNIT_DETAILED
DEVICE_
|
The organizational unit where the Device moved to. |
DEVICE_
|
The organizational unit where the Device used to belong. |
DEVICE_
|
The device's serial number. |
DEVICE_
|
The device's type. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= MOVE_DEVICE_TO_ORG_UNIT_DETAILED
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Moved {DEVICE_TYPE}
{DEVICE_SERIAL_NUMBER}
from {DEVICE_PREVIOUS_ORG_UNIT}
to {DEVICE_NEW_ORG_UNIT}
Pre-provision ChromeOS device
Event for 'Pre-provision ChromeOS device'.
PRE_PROVISION_CHROME_OS_DEVICE
DEVICE_
SERIAL_
NUMBER
string
The device's serial number.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= PRE_PROVISION_CHROME_OS_DEVICE
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Pre-provisioned ChromeOS device with serial number {DEVICE_SERIAL_NUMBER}
Remove Application Setting
REMOVE_CHROME_OS_APPLICATION_SETTING
APP_
|
Application ID. |
APP_
|
Application type. |
CHROME_
|
ChromeOS sessiom type. |
ORG_
|
The organizational unit (OU) name (path). |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= REMOVE_CHROME_OS_APPLICATION_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{APP_TYPE}
app {APP_ID}
for session type {CHROME_OS_SESSION_TYPE}
removed
Remove Chrome Application Settings
REMOVE_CHROME_OS_APPLICATION_SETTINGS
APP_
ID
string
Application ID.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= REMOVE_CHROME_OS_APPLICATION_SETTINGS
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Settings for Chrome app {APP_ID}
removed
Remove Web Origin Settings
REMOVE_CHROME_OS_WEB_ORIGIN_SETTINGS
CHROME_
|
ChromeOS sessiom type. |
GROUP_
|
The group's primary email address. |
ORG_
|
The organizational unit (OU) name (path). |
WEB_
|
Web Origin. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= REMOVE_CHROME_OS_WEB_ORIGIN_SETTINGS
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Settings for web origin {WEB_ORIGIN}
for session type {CHROME_OS_SESSION_TYPE}
removed
Repair Center deprovision
Event for 'Repair Center deprovision'.
REPAIR_CENTER_DEPROVISION
DEVICE_
|
The original state before the change state got called. |
DEVICE_
|
The device's serial number. |
DEVICE_
|
The device's type. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= REPAIR_CENTER_DEPROVISION
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Automatic deprovision by Repair Center for {DEVICE_TYPE}
{DEVICE_SERIAL_NUMBER}
. The previous device state was {DEVICE_PREVIOUS_STATE}
.
Revoke ChromeOS enrollment token
Event for 'Revoke ChromeOS enrollment token'.
REVOKE_CHROME_OS_ENROLLMENT_TOKEN
FULL_
ORG_
UNIT_
PATH
string
The org unit path including the root org unit name.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= REVOKE_CHROME_OS_ENROLLMENT_TOKEN
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Revoked the ChromeOS enrollment token of {FULL_ORG_UNIT_PATH}
Update device
Event for 'Update device'.
UPDATE_DEVICE
DEVICE_
|
The device's serial number. |
---|---|
DEVICE_
|
The device's type. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= UPDATE_DEVICE
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Updated {DEVICE_TYPE}
{DEVICE_SERIAL_NUMBER}
Web Application Setting Change
CHANGE_CHROME_OS_WEB_APPLICATION_SETTING
APP_
|
Application ID. |
CHROME_
|
ChromeOS sessiom type. |
GROUP_
|
The group's primary email address. |
NEW_
|
The new |
OLD_
|
The previous |
ORG_
|
The organizational unit (OU) name (path). |
SETTING_
|
The unique name (ID) of the setting that was changed. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_WEB_APPLICATION_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for Web app {APP_ID}
for session type {CHROME_OS_SESSION_TYPE}
changed from {OLD_VALUE}
to {NEW_VALUE}
Web Permission Setting Change
CHANGE_CHROME_OS_WEB_PERMISSION_SETTING
CHROME_
|
ChromeOS sessiom type. |
GROUP_
|
The group's primary email address. |
NEW_
|
The new |
OLD_
|
The previous |
ORG_
|
The organizational unit (OU) name (path). |
SETTING_
|
The unique name (ID) of the setting that was changed. |
WEB_
|
Web Origin. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_CHROME_OS_WEB_PERMISSION_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for {WEB_ORIGIN}
for session type {CHROME_OS_SESSION_TYPE}
changed from {OLD_VALUE}
to {NEW_VALUE}