이 문서에는
Sites 설정
관리자 감사 활동 이벤트입니다. 이러한 이벤트는
Activities.list()를 호출하여
applicationName=admin.
Sites 설정
이 유형의 이벤트는 type=SITES_SETTINGS와 함께 반환됩니다.
웹 주소 추가
cpanel을 통해 웹 주소가 추가되면 이벤트가 트리거됩니다.
이벤트 세부정보
이벤트 이름
ADD_WEB_ADDRESS
매개변수
SITE_LOCATION
string
웹사이트 경로입니다.
WEB_ADDRESS
string
웹사이트의 전체 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}
웹 주소 삭제
cpanel을 통해 웹 주소가 삭제되면 이벤트가 트리거됩니다.
이벤트 세부정보
이벤트 이름
DELETE_WEB_ADDRESS
매개변수
SITE_LOCATION
string
웹사이트 경로입니다.
WEB_ADDRESS
string
웹사이트의 전체 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 설정 변경
이벤트 세부정보
이벤트 이름
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}
Sites 웹 주소 매핑 변경
Sites 웹 주소 매핑이 업데이트되었습니다.
이벤트 세부정보
이벤트 이름
CHANGE_SITES_WEB_ADDRESS_MAPPING_UPDATES
매개변수
SERVICE_NAME
string
업데이트할 레코드입니다.
SITE_LOCATION
string
웹사이트 경로입니다.
WEB_ADDRESS
string
웹사이트의 전체 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}
조회된 Google Sites 세부정보
이벤트 세부정보
이벤트 이름
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"]],["최종 업데이트: 2024-08-29(UTC)"],[[["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."]]],[]]