Google Cloud Platform Activity Events
इस दस्तावेज़ में Google Cloud Platform की गतिविधि के अलग-अलग तरह के इवेंट और पैरामीटर के बारे में बताया गया है. आप applicationName=gcp
पर Activity.list() को कॉल करके, इन इवेंट को वापस पा सकते हैं.
Cloud OS में लॉगिन करना
Cloud OS लॉगिन एपीआई के साथ इंटरैक्शन.
इस तरह के इवेंट, 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
|
Admin console मैसेज का फ़ॉर्मैट |
{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
|
Admin console मैसेज का फ़ॉर्मैट |
{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
|
Admin console मैसेज का फ़ॉर्मैट |
{USER_EMAIL} deleted an SSH public key.
|
एसएसएच सार्वजनिक कुंजी वापस पाएं
उपयोगकर्ता ने 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
|
Admin console मैसेज का फ़ॉर्मैट |
{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
|
Admin console मैसेज का फ़ॉर्मैट |
{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
|
Admin console मैसेज का फ़ॉर्मैट |
{USER_EMAIL} updated an SSH public key.
|
जब तक कुछ अलग से न बताया जाए, तब तक इस पेज की सामग्री को Creative Commons Attribution 4.0 License के तहत और कोड के नमूनों को Apache 2.0 License के तहत लाइसेंस मिला है. ज़्यादा जानकारी के लिए, Google Developers साइट नीतियां देखें. Oracle और/या इससे जुड़ी हुई कंपनियों का, Java एक रजिस्टर किया हुआ ट्रेडमार्क है.
आखिरी बार 2022-12-19 (UTC) को अपडेट किया गया.
[null,null,["आखिरी बार 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."]]],[]]