Google Cloud Platform Activity Events
W tym dokumencie znajdziesz listę zdarzeń i parametrów dla różnych typów działań w Google Cloud Platform. Aby pobrać te zdarzenia, wywołaj metodę Activities.list() za pomocą metody applicationName=gcp
.
Zalogowanie się do systemu operacyjnego Cloud
Interakcja z interfejsem Cloud OS Login API.
Zdarzenia tego typu są zwracane w polu type=CLOUD_OSLOGIN
.
Dodaj klucz publiczny SSH
Użytkownik dodał klucz publiczny SSH.
Szczegóły wydarzenia |
Nazwa zdarzenia |
IMPORT_SSH_PUBLIC_KEY |
Parametry |
USER_EMAIL |
string
Adres e-mail użytkownika, który wykonał czynność.
|
|
Przykładowe żądanie |
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
|
Format wiadomości w konsoli administracyjnej |
{USER_EMAIL} added an SSH public key.
|
Usuń konto POSIX
Użytkownik usunął konto POSIX.
Szczegóły wydarzenia |
Nazwa zdarzenia |
DELETE_POSIX_ACCOUNT |
Parametry |
USER_EMAIL |
string
Adres e-mail użytkownika, który wykonał czynność.
|
|
Przykładowe żądanie |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_POSIX_ACCOUNT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Format wiadomości w konsoli administracyjnej |
{USER_EMAIL} deleted a POSIX account.
|
Usuwanie klucza publicznego SSH
Użytkownik usunął klucz publiczny SSH.
Szczegóły wydarzenia |
Nazwa zdarzenia |
DELETE_SSH_PUBLIC_KEY |
Parametry |
USER_EMAIL |
string
Adres e-mail użytkownika, który wykonał czynność.
|
|
Przykładowe żądanie |
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
|
Format wiadomości w konsoli administracyjnej |
{USER_EMAIL} deleted an SSH public key.
|
Pobieranie klucza publicznego SSH
Użytkownik pobrał klucz publiczny SSH.
Szczegóły wydarzenia |
Nazwa zdarzenia |
GET_SSH_PUBLIC_KEY |
Parametry |
USER_EMAIL |
string
Adres e-mail użytkownika, który wykonał czynność.
|
|
Przykładowe żądanie |
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
|
Format wiadomości w konsoli administracyjnej |
{USER_EMAIL} retrieved an SSH public key.
|
Pobieranie profilu logowania
Użytkownik pobrał profil logowania.
Szczegóły wydarzenia |
Nazwa zdarzenia |
GET_LOGIN_PROFILE |
Parametry |
USER_EMAIL |
string
Adres e-mail użytkownika, który wykonał czynność.
|
|
Przykładowe żądanie |
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_LOGIN_PROFILE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
|
Format wiadomości w konsoli administracyjnej |
{USER_EMAIL} retrieved the profile information used for logging in to a virtual machine on Google Compute Engine.
|
Aktualizacja klucza publicznego SSH
Użytkownik zaktualizował klucz publiczny SSH.
Szczegóły wydarzenia |
Nazwa zdarzenia |
UPDATE_SSH_PUBLIC_KEY |
Parametry |
USER_EMAIL |
string
Adres e-mail użytkownika, który wykonał czynność.
|
|
Przykładowe żądanie |
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
|
Format wiadomości w konsoli administracyjnej |
{USER_EMAIL} updated an SSH public key.
|
O ile nie stwierdzono inaczej, treść tej strony jest objęta licencją Creative Commons – uznanie autorstwa 4.0, a fragmenty kodu są dostępne na licencji Apache 2.0. Szczegółowe informacje na ten temat zawierają zasady dotyczące witryny Google Developers. Java jest zastrzeżonym znakiem towarowym firmy Oracle i jej podmiotów stowarzyszonych.
Ostatnia aktualizacja: 2022-12-19 UTC.
[null,null,["Ostatnia aktualizacja: 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."]]],["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"]]