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
参数
SITE_NAME
string
网站的名称。
示例请求
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/admin?eventName=VIEW_SITE_DETAILS&maxResults=10&access_token=YOUR_ACCESS_TOKEN
[[["易于理解","easyToUnderstand","thumb-up"],["解决了我的问题","solvedMyProblem","thumb-up"],["其他","otherUp","thumb-up"]],[["没有我需要的信息","missingTheInformationINeed","thumb-down"],["太复杂/步骤太多","tooComplicatedTooManySteps","thumb-down"],["内容需要更新","outOfDate","thumb-down"],["翻译问题","translationIssue","thumb-down"],["示例/代码问题","samplesCodeIssue","thumb-down"],["其他","otherDown","thumb-down"]],["最后更新时间 (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."]]],[]]