Jamboard Audit Activity Events

This document lists the events and parameters for various types of Jamboard Audit activity events. You can retrieve these events by calling Activities.list() with applicationName=jamboard .

Administrative Action

An (non settings-change) action relating to the administration of the board. Events of this type are returned with type=administrative_action .

Device License Enrollment Change

Audit log event for changing device license enrollment.

Event details
Event name
DEVICE_LICENSE_ENROLLMENT_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

LICENSE_ ENROLLMENT_ STATE

string

The value of the license enrollment state. Possible values:

  • ENROLLED
    Description for license enrolled.
  • UNENROLLED
    Description for license unenrolled.
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_LICENSE_ENROLLMENT_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{CURRENT_JAMBOARD_NAME} was {LICENSE_ENROLLMENT_STATE}

Device Provisioning Change

Audit log event for changing device provisioning.

Event details
Event name
DEVICE_PROVISIONING_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

PROVISION_ STATE

string

Whether the device is being provisioned or deprovisioned. Possible values:

  • DEPROVISIONED
    Description for deprovisioned.
  • PROVISIONED
    Description for provisioned.
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_PROVISIONING_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{CURRENT_JAMBOARD_NAME} was {PROVISION_STATE}

Device Reboot Requested

Audit log event triggered when a reboot is requested.

Event details
Event name
DEVICE_REBOOT_REQUESTED
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_REBOOT_REQUESTED &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{CURRENT_JAMBOARD_NAME} reboot was requested by {actor}

Export Jamboard Fleet

Audit log event triggered when a request is made to export Jamboard fleet.

Event details
Event name
EXPORT_JAMBOARD_FLEET
Parameters
JAMBOARD_ ID

string

Parameter for a Jamboard id.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= EXPORT_JAMBOARD_FLEET &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Export Jamboard fleet was requested by {actor}

Setting Change

A change to the board settings. Events of this type are returned with type=setting_change .

Device Additional Keyboards Change

Audit log event for a change in the additional keyboards of a Jamboard.

Event details
Event name
DEVICE_ADDITIONAL_IMES_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

NEW_ ADDITIONAL_ IMES

string

Parameter for the new additional keyboards of a Jamboard device. Possible values:

  • JAPANESE_12_KEY
    A Japanese 12-key keyboard.
  • JAPANESE_QWERTY
    A Japanese QWERTY keyboard.
  • NONE
OLD_ ADDITIONAL_ IMES

string

Parameter for the original additional keyboards of a Jamboard device. Possible values:

  • JAPANESE_12_KEY
    A Japanese 12-key keyboard.
  • JAPANESE_QWERTY
    A Japanese QWERTY keyboard.
  • NONE
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_ADDITIONAL_IMES_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Additional keyboards were changed from {OLD_ADDITIONAL_IMES} to {NEW_ADDITIONAL_IMES} on {CURRENT_JAMBOARD_NAME}

Device Cloud Logging Change

Audit log triggered when cloud logging is turned on or off.

Event details
Event name
DEVICE_LOGGING_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

ON_ OFF

string

A param for whether something is on or off. Possible values:

  • OFF
    The off state.
  • ON
    The on state.
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_LOGGING_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Cloud logging was turned {ON_OFF} for {CURRENT_JAMBOARD_NAME}

Device Demo Mode Availability Change

Demo Mode Availability setting change event name.

Event details
Event name
DEMO_MODE_AVAILABILITY_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

NEW_ DEMO_ MODE_ AVAILABILITY

string

Parameter for the new availability of demo mode. Possible values:

  • ALWAYS_ON
    Specifies that demo mode is always on (i.e. cannot be disabled by the user).
  • AVAILABLE
    Specifies that demo mode is available (i.e. can be enabled or disabled by the user).
  • UNAVAILABLE
    Specifies that demo mode is unavailable (i.e. cannot be enabled by the user).
OLD_ DEMO_ MODE_ AVAILABILITY

string

Parameter for the original availability of demo mode. Possible values:

  • ALWAYS_ON
    Specifies that demo mode is always on (i.e. cannot be disabled by the user).
  • AVAILABLE
    Specifies that demo mode is available (i.e. can be enabled or disabled by the user).
  • UNAVAILABLE
    Specifies that demo mode is unavailable (i.e. cannot be enabled by the user).
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEMO_MODE_AVAILABILITY_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Demo mode was changed from {OLD_DEMO_MODE_AVAILABILITY} to {NEW_DEMO_MODE_AVAILABILITY} on {CURRENT_JAMBOARD_NAME}

Device Language Change

Audit log event for a change in the user interface language of a Jamboard.

Event details
Event name
DEVICE_LANGUAGE_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

NEW_ LANGUAGE

string

Parameter for the new user interface language of a device. Possible values:

  • ENGLISH
    The language English.
  • JAPANESE
    The language Japanese.
  • NONE
OLD_ LANGUAGE

string

Parameter for the original user interface language of a Jamboard device. Possible values:

  • ENGLISH
    The language English.
  • JAPANESE
    The language Japanese.
  • NONE
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_LANGUAGE_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Language was changed from {OLD_LANGUAGE} to {NEW_LANGUAGE} on {CURRENT_JAMBOARD_NAME}

Device Location Change

Audit log event for a change in the location of a Jamboard.

Event details
Event name
DEVICE_LOCATION_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

NEW_ LOCATION

string

Parameter for the new location of a device.

OLD_ LOCATION

string

Parameter for the original location of a Jamboard device.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_LOCATION_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Stated location was changed from {OLD_LOCATION} to {NEW_LOCATION} on {CURRENT_JAMBOARD_NAME}

Device Name Change

Description for Device name change.

Event details
Event name
DEVICE_NAME_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

OLD_ JAMBOARD_ NAME

string

Description for old Jamboard name.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_NAME_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Name was changed from {OLD_JAMBOARD_NAME} to {CURRENT_JAMBOARD_NAME} on {OLD_JAMBOARD_NAME}

Device Note Change

An event for a change in the note added to this Jamboard.

Event details
Event name
DEVICE_NOTE_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

NEW_ NOTE

string

The new note for the Jamboard.

OLD_ NOTE

string

The old note for the Jamboard.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_NOTE_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Note on {CURRENT_JAMBOARD_NAME} was changed from {OLD_NOTE} to {NEW_NOTE}

Device Pairing Change

Audit log event that is triggered when the Jamboard's paired device is changed.

Event details
Event name
DEVICE_PAIRING_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

DEVICE_ TYPE

string

The type of the device. Possible values:

  • CALENDAR
    Calendar resource device type.
  • CFM
    Hangouts Meet Hardware device type.
JAMBOARD_ ID

string

Parameter for a Jamboard id.

NEW_ DEVICE

string

The new paired device.

OLD_ DEVICE

string

The old paired device.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_PAIRING_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{DEVICE_TYPE} changed from {OLD_DEVICE} to {NEW_DEVICE} on {CURRENT_JAMBOARD_NAME}

Device Screensaver Timeout Change

Event for a change in the amount of time before a screensaver appears.

Event details
Event name
SCREENSAVER_TIMEOUT_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

NEW_ TIMEOUT_ VALUE

integer

The new timeout value.

OLD_ TIMEOUT_ VALUE

integer

The old timeout value.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= SCREENSAVER_TIMEOUT_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Screensaver timeout was changed from {OLD_TIMEOUT_VALUE} minutes to {NEW_TIMEOUT_VALUE} minutes on {CURRENT_JAMBOARD_NAME}

Device Videoconferencing Change

Jamboard videoconferencing enablement setting change event name.

Event details
Event name
VIDEOCONF_ENABLED_CHANGE
Parameters
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

ON_ OFF

string

A param for whether something is on or off. Possible values:

  • OFF
    The off state.
  • ON
    The on state.
Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= VIDEOCONF_ENABLED_CHANGE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
Videoconferencing was turned {ON_OFF} for {CURRENT_JAMBOARD_NAME}

Status Change

A change to the status of the board not enacted by an admin or Jamboard user. Events of this type are returned with type=status_change .

Device Update

An event for a change in the note added to this Jamboard.

Event details
Event name
DEVICE_UPDATE
Parameters
COMPONENT

string

A parameter for a component of a Jamboard which may be updated. Possible values:

  • JAMBOARD
    An updatable component referring to the whole Jamboard.
CURRENT_ JAMBOARD_ NAME

string

Parameter for Jamboard name.

JAMBOARD_ ID

string

Parameter for a Jamboard id.

NEW_ VERSION

string

A new version.

OLD_ VERSION

string

An old version.

Sample request
GET https://admin.googleapis.com /admin /reports /v1 /activity /users /all /applications / jamboard ?eventName= DEVICE_UPDATE &maxResults=10 &access_token= YOUR_ACCESS_TOKEN
Admin Console message format
{COMPONENT} was updated from {OLD_VERSION} to {NEW_VERSION} on {CURRENT_JAMBOARD_NAME}
Design a Mobile Site
View Site in Mobile | Classic
Share by: