Admin Audit Activity Events - Sites Settings
本文档列出了
网站设置
管理员审核活动事件。您可以通过
调用 Activities.list()
与applicationName=admin
共享。
网站设置
此类事件会与 type=SITES_SETTINGS
一起返回。
添加网址
通过 cpanel 添加网址时会触发事件。
活动详情 |
事件名称 |
ADD_WEB_ADDRESS |
参数 |
SITE_LOCATION |
string
网站路径。
|
WEB_ADDRESS |
string
网站的完整网址。
|
|
示例请求 |
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}
|
删除网址
通过 cpanel 删除网址时会触发事件。
活动详情 |
事件名称 |
DELETE_WEB_ADDRESS |
参数 |
SITE_LOCATION |
string
网站路径。
|
WEB_ADDRESS |
string
网站的完整网址。
|
|
示例请求 |
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}
|
更改网站设置
活动详情 |
事件名称 |
CHANGE_SITES_SETTING |
参数 |
DOMAIN_NAME |
string
主域名。
|
NEW_VALUE |
string
在此事件期间设置的新 SETTING_NAME 值。
|
OLD_VALUE |
string
在此事件期间被替换的上一个 SETTING_NAME 值。
|
ORG_UNIT_NAME |
string
组织部门 (OU) 名称(路径)。
|
SETTING_NAME |
string
被更改的设置的唯一名称 (ID)。
|
|
示例请求 |
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}
|
Google 协作平台网址映射更改
Google 协作平台网址映射更新。
活动详情 |
事件名称 |
CHANGE_SITES_WEB_ADDRESS_MAPPING_UPDATES |
参数 |
SERVICE_NAME |
string
要更新的记录。
|
SITE_LOCATION |
string
网站路径。
|
WEB_ADDRESS |
string
网站的完整网址。
|
|
示例请求 |
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}
|
查看了 Google 网站详细信息
活动详情 |
事件名称 |
VIEW_SITE_DETAILS |
参数 |
|
示例请求 |
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}
|
如未另行说明,那么本页面中的内容已根据知识共享署名 4.0 许可获得了许可,并且代码示例已根据 Apache 2.0 许可获得了许可。有关详情,请参阅 Google 开发者网站政策。Java 是 Oracle 和/或其关联公司的注册商标。
最后更新时间 (UTC):2024-08-29。
[null,null,["最后更新时间 (UTC):2024-08-29。"],[[["This document outlines the events and parameters for Google Sites Settings Admin Audit activity."],["These events, including adding/deleting web addresses, changing Sites settings, updating web address mappings, and viewing site details, can be retrieved using the Activities.list() method."],["Each event has specific parameters like site location, web address, setting name, and domain name, which provide detailed information about the activity."],["Admins can use the provided sample requests with their access token to query and retrieve specific event data."],["The Admin Console message format shows how each event is displayed within the Google Admin Console interface."]]],[]]