Google Cloud Platform Activity Events
Tài liệu này liệt kê các sự kiện và thông số cho các loại sự kiện hoạt động khác nhau trên Google Cloud Platform. Bạn có thể truy xuất các sự kiện này bằng cách gọi Activities.list() với applicationName=gcp
.
Đăng nhập vào Cloud OS
Tương tác với API đăng nhập vào Cloud OS.
Các sự kiện thuộc loại này được trả về bằng type=CLOUD_OSLOGIN
.
Thêm khóa công khai SSH
Người dùng đã thêm khóa công khai SSH.
Chi tiết sự kiện |
Tên sự kiện |
IMPORT_SSH_PUBLIC_KEY |
Các tham số |
USER_EMAIL |
string
Địa chỉ email của người dùng đang hoạt động.
|
|
Yêu cầu mẫu |
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
|
Định dạng thông báo trên Bảng điều khiển dành cho quản trị viên |
{USER_EMAIL} added an SSH public key.
|
Xóa tài khoản POSIX
Người dùng đã xóa tài khoản POSIX.
Chi tiết sự kiện |
Tên sự kiện |
DELETE_POSIX_ACCOUNT |
Các tham số |
USER_EMAIL |
string
Địa chỉ email của người dùng đang hoạt động.
|
|
Yêu cầu mẫu |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_POSIX_ACCOUNT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Định dạng thông báo trên Bảng điều khiển dành cho quản trị viên |
{USER_EMAIL} deleted a POSIX account.
|
Xóa khóa công khai SSH
Người dùng đã xóa khóa công khai SSH.
Chi tiết sự kiện |
Tên sự kiện |
DELETE_SSH_PUBLIC_KEY |
Các tham số |
USER_EMAIL |
string
Địa chỉ email của người dùng đang hoạt động.
|
|
Yêu cầu mẫu |
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
|
Định dạng thông báo trên Bảng điều khiển dành cho quản trị viên |
{USER_EMAIL} deleted an SSH public key.
|
Truy xuất khóa công khai SSH
Người dùng đã truy xuất khóa công khai SSH.
Chi tiết sự kiện |
Tên sự kiện |
GET_SSH_PUBLIC_KEY |
Các tham số |
USER_EMAIL |
string
Địa chỉ email của người dùng đang hoạt động.
|
|
Yêu cầu mẫu |
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
|
Định dạng thông báo trên Bảng điều khiển dành cho quản trị viên |
{USER_EMAIL} retrieved an SSH public key.
|
Truy xuất hồ sơ đăng nhập
Người dùng đã truy xuất hồ sơ đăng nhập.
Chi tiết sự kiện |
Tên sự kiện |
GET_LOGIN_PROFILE |
Các tham số |
USER_EMAIL |
string
Địa chỉ email của người dùng đang hoạt động.
|
|
Yêu cầu mẫu |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_LOGIN_PROFILE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Định dạng thông báo trên Bảng điều khiển dành cho quản trị viên |
{USER_EMAIL} retrieved the profile information used for logging in to a virtual machine on Google Compute Engine.
|
Cập nhật khoá công khai SSH
Người dùng đã cập nhật khóa công khai SSH.
Chi tiết sự kiện |
Tên sự kiện |
UPDATE_SSH_PUBLIC_KEY |
Các tham số |
USER_EMAIL |
string
Địa chỉ email của người dùng đang hoạt động.
|
|
Yêu cầu mẫu |
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
|
Định dạng thông báo trên Bảng điều khiển dành cho quản trị viên |
{USER_EMAIL} updated an SSH public key.
|
Trừ phi có lưu ý khác, nội dung của trang này được cấp phép theo Giấy phép ghi nhận tác giả 4.0 của Creative Commons và các mẫu mã lập trình được cấp phép theo Giấy phép Apache 2.0. Để biết thông tin chi tiết, vui lòng tham khảo Chính sách trang web của Google Developers. Java là nhãn hiệu đã đăng ký của Oracle và/hoặc các đơn vị liên kết với Oracle.
Cập nhật lần gần đây nhất: 2022-12-20 UTC.
[null,null,["Cập nhật lần gần đây nhất: 2022-12-20 UTC."],[[["This document outlines Google Cloud Platform activity events related to Cloud OS Login, specifically interactions with the Cloud OS Login API."],["These events, identifiable by `type=CLOUD_OSLOGIN`, encompass actions like adding, deleting, retrieving, and updating SSH public keys and POSIX accounts."],["You can retrieve these events using the `Activities.list()` method with `applicationName=gcp` and filtering by specific event names like `IMPORT_SSH_PUBLIC_KEY` or `DELETE_POSIX_ACCOUNT`."],["Each event record includes details like the event name, parameters such as the acting user's email (`USER_EMAIL`), a sample API request, and the corresponding Admin Console message format."],["This information allows administrators to monitor and audit user activities related to Cloud OS Login for security and compliance purposes."]]],["This document details activity events related to Google Cloud OS Login. These events, retrievable via `Activities.list()` with `applicationName=gcp`, include adding, deleting, retrieving, and updating SSH public keys (`IMPORT_SSH_PUBLIC_KEY`, `DELETE_SSH_PUBLIC_KEY`, `GET_SSH_PUBLIC_KEY`, `UPDATE_SSH_PUBLIC_KEY`). Also covered is the deletion of POSIX accounts (`DELETE_POSIX_ACCOUNT`) and the retrieving of login profiles (`GET_LOGIN_PROFILE`). Each event provides the acting user's email (`USER_EMAIL`) and a sample API request.\n"]]