קל לארגן דפים בעזרת אוספים
אפשר לשמור ולסווג תוכן על סמך ההעדפות שלך.
במסמך הזה מפורטים האירועים והפרמטרים של סוגי האירועים השונים ב-Google Cloud Platform. כדי לאחזר את האירועים האלה, צריך להתקשר ל-Activities.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
[[["התוכן קל להבנה","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"]],["עדכון אחרון: 2022-12-19 (שעון 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."]]],[]]