本文件列出各種 Google Cloud Platform 活動事件的事件和參數。您可以呼叫 Activities.list() 來擷取這些事件。applicationName=gcp
登入 Cloud OS
與 Cloud OS Login API 互動。這種類型的事件會以 type=CLOUD_OSLOGIN
傳回。
新增安全殼層公開金鑰
使用者已新增安全殼層公開金鑰。
活動詳細資料 |
事件名稱 |
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.
|
刪除安全殼層公開金鑰
使用者已刪除安全殼層公開金鑰。
活動詳細資料 |
事件名稱 |
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.
|
擷取安全殼層公開金鑰
使用者已擷取安全殼層公開金鑰。
活動詳細資料 |
事件名稱 |
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.
|
更新安全殼層公開金鑰
使用者已更新安全殼層公開金鑰。
活動詳細資料 |
事件名稱 |
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.
|