Koleksiyonlar ile düzeninizi koruyun
İçeriği tercihlerinize göre kaydedin ve kategorilere ayırın.
Bu dokümanda, çeşitli Google Cloud Platform etkinlik türleri için etkinlik ve parametreler listelenmektedir. Bu etkinlikleri, applicationName=gcp ile Activities.list() yöntemini çağırarak alabilirsiniz.
Cloud OS Girişi
Cloud OS Login API ile etkileşim.
Bu tür etkinlikler, type=CLOUD_OSLOGIN değeriyle döndürülür.
SSH ortak anahtarı ekleme
Kullanıcı SSH ortak anahtarı ekledi.
Etkinlik ayrıntıları
Etkinlik adı
IMPORT_SSH_PUBLIC_KEY
Parametreler
USER_EMAIL
string
İşlemi yapan kullanıcının e-posta adresi.
Örnek istek
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
Yönetici Konsolu mesaj biçimi
{USER_EMAIL} added an SSH public key.
POSIX hesabını silme
Kullanıcı bir POSIX hesabını sildi.
Etkinlik ayrıntıları
Etkinlik adı
DELETE_POSIX_ACCOUNT
Parametreler
USER_EMAIL
string
İşlemi yapan kullanıcının e-posta adresi.
Örnek istek
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_POSIX_ACCOUNT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Yönetici Konsolu mesaj biçimi
{USER_EMAIL} deleted a POSIX account.
SSH ortak anahtarını silme
Kullanıcı SSH ortak anahtarını sildi.
Etkinlik ayrıntıları
Etkinlik adı
DELETE_SSH_PUBLIC_KEY
Parametreler
USER_EMAIL
string
İşlemi yapan kullanıcının e-posta adresi.
Örnek istek
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
Yönetici Konsolu mesaj biçimi
{USER_EMAIL} deleted an SSH public key.
SSH ortak anahtarını alma
Kullanıcı SSH ortak anahtarını aldı.
Etkinlik ayrıntıları
Etkinlik adı
GET_SSH_PUBLIC_KEY
Parametreler
USER_EMAIL
string
İşlemi yapan kullanıcının e-posta adresi.
Örnek istek
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
Yönetici Konsolu mesaj biçimi
{USER_EMAIL} retrieved an SSH public key.
Giriş profilini alma
Kullanıcı, giriş profilini aldı.
Etkinlik ayrıntıları
Etkinlik adı
GET_LOGIN_PROFILE
Parametreler
USER_EMAIL
string
İşlemi yapan kullanıcının e-posta adresi.
Örnek istek
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_LOGIN_PROFILE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Yönetici Konsolu mesaj biçimi
{USER_EMAIL} retrieved the profile information used for logging in to a virtual machine on Google Compute Engine.
SSH ortak anahtarını güncelleme
Kullanıcı SSH ortak anahtarını güncelledi.
Etkinlik ayrıntıları
Etkinlik adı
UPDATE_SSH_PUBLIC_KEY
Parametreler
USER_EMAIL
string
İşlemi yapan kullanıcının e-posta adresi.
Örnek istek
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
[[["Anlaması kolay","easyToUnderstand","thumb-up"],["Sorunumu çözdü","solvedMyProblem","thumb-up"],["Diğer","otherUp","thumb-up"]],[["İhtiyacım olan bilgiler yok","missingTheInformationINeed","thumb-down"],["Çok karmaşık / çok fazla adım var","tooComplicatedTooManySteps","thumb-down"],["Güncel değil","outOfDate","thumb-down"],["Çeviri sorunu","translationIssue","thumb-down"],["Örnek veya kod sorunu","samplesCodeIssue","thumb-down"],["Diğer","otherDown","thumb-down"]],["Son güncelleme tarihi: 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."]]],[]]