Mantieni tutto organizzato con le raccolte
Salva e classifica i contenuti in base alle tue preferenze.
Questo documento elenca gli eventi e i parametri in base ai vari tipi di eventi delle attività di Google Cloud Platform. Puoi recuperare questi eventi chiamando
Activities.list() con applicationName=gcp.
Accesso a Cloud OS
Interazione con l'API Cloud OS Login.
Gli eventi di questo tipo vengono restituiti con un valore pari a type=CLOUD_OSLOGIN.
Aggiungi una chiave pubblica SSH
L'utente ha aggiunto una chiave pubblica SSH.
Dettagli dell'evento
Nome evento
IMPORT_SSH_PUBLIC_KEY
Parametri
USER_EMAIL
string
L'indirizzo email dell'utente che agisce.
Richiesta di esempio
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
Formato dei messaggi della Console di amministrazione
{USER_EMAIL} added an SSH public key.
Elimina un account POSIX
L'utente ha eliminato un account POSIX.
Dettagli dell'evento
Nome evento
DELETE_POSIX_ACCOUNT
Parametri
USER_EMAIL
string
L'indirizzo email dell'utente che agisce.
Richiesta di esempio
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=DELETE_POSIX_ACCOUNT&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Formato dei messaggi della Console di amministrazione
{USER_EMAIL} deleted a POSIX account.
Elimina una chiave pubblica SSH
L'utente ha eliminato una chiave pubblica SSH.
Dettagli dell'evento
Nome evento
DELETE_SSH_PUBLIC_KEY
Parametri
USER_EMAIL
string
L'indirizzo email dell'utente che agisce.
Richiesta di esempio
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
Formato dei messaggi della Console di amministrazione
{USER_EMAIL} deleted an SSH public key.
Recupera una chiave pubblica SSH
L'utente ha recuperato la chiave pubblica SSH.
Dettagli dell'evento
Nome evento
GET_SSH_PUBLIC_KEY
Parametri
USER_EMAIL
string
L'indirizzo email dell'utente che agisce.
Richiesta di esempio
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
Formato dei messaggi della Console di amministrazione
{USER_EMAIL} retrieved an SSH public key.
Recupera il profilo di accesso
L'utente ha recuperato il profilo di accesso.
Dettagli dell'evento
Nome evento
GET_LOGIN_PROFILE
Parametri
USER_EMAIL
string
L'indirizzo email dell'utente che agisce.
Richiesta di esempio
GET https://admin.googleapis.com/admin/reports/v1/activity/users/all/applications/gcp?eventName=GET_LOGIN_PROFILE&maxResults=10&access_token=YOUR_ACCESS_TOKEN
Formato dei messaggi della Console di amministrazione
{USER_EMAIL} retrieved the profile information used for logging in to a virtual machine on Google Compute Engine.
Aggiorna una chiave pubblica SSH
L'utente ha aggiornato una chiave pubblica SSH.
Dettagli dell'evento
Nome evento
UPDATE_SSH_PUBLIC_KEY
Parametri
USER_EMAIL
string
L'indirizzo email dell'utente che agisce.
Richiesta di esempio
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
Formato dei messaggi della Console di amministrazione
[[["Facile da capire","easyToUnderstand","thumb-up"],["Il problema è stato risolto","solvedMyProblem","thumb-up"],["Altra","otherUp","thumb-up"]],[["Mancano le informazioni di cui ho bisogno","missingTheInformationINeed","thumb-down"],["Troppo complicato/troppi passaggi","tooComplicatedTooManySteps","thumb-down"],["Obsoleti","outOfDate","thumb-down"],["Problema di traduzione","translationIssue","thumb-down"],["Problema relativo a esempi/codice","samplesCodeIssue","thumb-down"],["Altra","otherDown","thumb-down"]],["Ultimo aggiornamento 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."]]],[]]