This document lists the events and parameters for
Sites Settings
Admin Audit activity events. You can retrieve these events by
calling Activities.list()
with applicationName=admin
.
Sites Settings
Events of this type are returned with type=SITES_SETTINGS
.
Add Web Address
Event gets triggered when a web address is added via cpanel.
ADD_WEB_ADDRESS
SITE_
|
The website path. |
WEB_
|
The website's full URL. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= ADD_WEB_ADDRESS
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{WEB_ADDRESS}
added as web address for site location {SITE_LOCATION}
Delete Web Address
Event gets triggered when a web address is deleted via cpanel.
DELETE_WEB_ADDRESS
SITE_
|
The website path. |
WEB_
|
The website's full URL. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= DELETE_WEB_ADDRESS
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{WEB_ADDRESS}
deleted as web address for site location {SITE_LOCATION}
Sites Setting Change
CHANGE_SITES_SETTING
DOMAIN_
|
The primary domain name. |
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_SITES_SETTING
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SETTING_NAME}
for sites in your organization changed from {OLD_VALUE}
to {NEW_VALUE}
Sites web address mapping change
Sites web address mapping update.
CHANGE_SITES_WEB_ADDRESS_MAPPING_UPDATES
SERVICE_
|
The record to update. |
SITE_
|
The website path. |
WEB_
|
The website's full URL. |
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= CHANGE_SITES_WEB_ADDRESS_MAPPING_UPDATES
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
{SERVICE_NAME}
this {WEB_ADDRESS}
as web address for site location {SITE_LOCATION}
Viewed Google Site details
VIEW_SITE_DETAILS
SITE_
NAME
string
The name of the website.
GET https://admin.googleapis.com
/admin
/reports
/v1
/activity
/users
/all
/applications
/ admin
?eventName= VIEW_SITE_DETAILS
&maxResults=10
&access_token= YOUR_ACCESS_TOKEN
Admin viewed the site details of {SITE_NAME}