Google Cloud Platform Activity Events

이 문서에서는 다양한 유형의 Google Cloud Platform 활동 이벤트에 대한 이벤트 및 매개변수를 나열합니다. 이러한 이벤트는 Activityities.list()applicationName=gcp로 호출하여 검색할 수 있습니다.

Cloud OS 로그인

Cloud OS Login API와의 상호작용 이 유형의 이벤트는 type=CLOUD_OSLOGIN와 함께 반환됩니다.

SSH 공개 키 추가

사용자가 SSH 공개 키를 추가했습니다.

이벤트 세부정보
이벤트 이름 IMPORT_SSH_PUBLIC_KEY
매개변수
USER_EMAIL

string

작업 수행 사용자의 이메일 주소

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=IMPORT_SSH_PUBLIC_KEY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{USER_EMAIL} added an SSH public key.

POSIX 계정 삭제

사용자가 POSIX 계정을 삭제했습니다.

이벤트 세부정보
이벤트 이름 DELETE_POSIX_ACCOUNT
매개변수
USER_EMAIL

string

작업 수행 사용자의 이메일 주소

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_POSIX_ACCOUNT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{USER_EMAIL} deleted a POSIX account.

SSH 공개 키 삭제

사용자가 SSH 공개 키를 삭제했습니다.

이벤트 세부정보
이벤트 이름 DELETE_SSH_PUBLIC_KEY
매개변수
USER_EMAIL

string

작업 수행 사용자의 이메일 주소

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_SSH_PUBLIC_KEY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{USER_EMAIL} deleted an SSH public key.

SSH 공개 키 검색

사용자가 SSH 공개 키를 가져왔습니다.

이벤트 세부정보
이벤트 이름 GET_SSH_PUBLIC_KEY
매개변수
USER_EMAIL

string

작업 수행 사용자의 이메일 주소

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_SSH_PUBLIC_KEY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{USER_EMAIL} retrieved an SSH public key.

로그인 프로필 검색

사용자가 로그인 프로필을 가져왔습니다.

이벤트 세부정보
이벤트 이름 GET_LOGIN_PROFILE
매개변수
USER_EMAIL

string

작업 수행 사용자의 이메일 주소

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_LOGIN_PROFILE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{USER_EMAIL} retrieved the profile information used for logging in to a virtual machine on Google Compute Engine.

SSH 공개 키 업데이트

사용자가 SSH 공개 키를 업데이트했습니다.

이벤트 세부정보
이벤트 이름 UPDATE_SSH_PUBLIC_KEY
매개변수
USER_EMAIL

string

작업 수행 사용자의 이메일 주소

샘플 요청
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=UPDATE_SSH_PUBLIC_KEY&maxResults=10&access_token=YOUR_ACCESS_TOKEN
관리 콘솔 메시지 형식
{USER_EMAIL} updated an SSH public key.