This document lists the events and parameters for
various types of
Google Cloud Platform activity events. You can retrieve these events by
calling Activities.list()
with applicationName=gcp
.
Cloud OS Login
Interaction with the Cloud OS Login API.
Events of this type are returned with type=CLOUD_OSLOGIN
.
Add an SSH public key
User added an SSH public key.
IMPORT_SSH_PUBLIC_KEY
USER_
EMAIL
string
The email address of the acting user.
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.
Delete a POSIX account
User deleted a POSIX account.
DELETE_POSIX_ACCOUNT
USER_
EMAIL
string
The email address of the acting user.
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.
Delete an SSH public key
User deleted an SSH public key.
DELETE_SSH_PUBLIC_KEY
USER_
EMAIL
string
The email address of the acting user.
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.
Retrieve an SSH public key
User retrieved SSH public key.
GET_SSH_PUBLIC_KEY
USER_
EMAIL
string
The email address of the acting user.
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.
Retrieve the login profile
User retrieved the login profile.
GET_LOGIN_PROFILE
USER_
EMAIL
string
The email address of the acting user.
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.
Update an SSH public key
User updated an SSH public key.
UPDATE_SSH_PUBLIC_KEY
USER_
EMAIL
string
The email address of the acting user.
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
{USER_EMAIL}
updated an SSH public key.