Integration through the Google Cloud Console
Overview
To monitor Google Cloud Platform (GCP) resources in Motadata ObserveOps (formerly known as ObserveOps (formerly known as AIOps)), you need to retrieve the following credentials from the Google Cloud Console:
- Client ID
- Client Secret
You also need to enable the specific GCP service APIs you want to monitor. This guide walks you through each step.
Save the Client Secret immediately after creating the OAuth client — Google will not display it again after you close the dialog.
Step 1: Navigate to Credentials
Log in to the Google Cloud Console.
Open the Navigation Menu (top-left hamburger icon).
Go to APIs & Services and select Credentials.

Step 2: Create an OAuth Client ID
On the Credentials page, click + Create client.
In the Create OAuth client ID form, set Application type to Web application.

Give the client a name, then click Create.
Google displays the OAuth client created dialog with your Client ID and Client Secret.
Copy and securely save both values before closing this dialog. The Client Secret cannot be retrieved again — without it, syncing GCP data with ObserveOps is not possible.

- Click OK to close the dialog.
Step 3: Configure Data Access Scopes
In the left-side panel under Google Auth Platform, select Data Access.
Review the listed scopes. The following are the example of scopes, which are required for ObserveOps to collect GCP monitoring data:
| Scope | Purpose |
|---|---|
../auth/cloud-platform | Full access to Google Cloud services |
../auth/bigquery | View and manage BigQuery data |
../auth/cloudplatformprojects.readonly | View Cloud Platform projects |
- Click Add or remove scopes if any required scope is missing, and add it.
Step 4: Enable Required GCP Service APIs
ObserveOps can only collect metrics for GCP services whose APIs are enabled in your project. You must enable each service API before ObserveOps can discover and monitor it.
- Open the Navigation Menu, go to APIs & Services, and select Enabled APIs & services.

Click + Enable APIs and services.
Search for each service you want to monitor and click Enable.

The following APIs are commonly required:
| API | Monitors |
|---|---|
| Cloud Monitoring API | GCP metrics and alerting |
| Compute Engine API | VM instances |
| Cloud Filestore API | Managed file storage |
| Cloud Resource Manager API | Project and resource hierarchy |
| Cloud Storage API | Object storage buckets |
- Repeat for each additional service you want ObserveOps to monitor.
Summary
You now have all the credentials and API access required to integrate Google Cloud with Motadata ObserveOps:
| Item | Where to Find It |
|---|---|
| Client ID | APIs & Services → Credentials → OAuth client → Client ID |
| Client Secret | APIs & Services → Credentials → OAuth client → Client Secret (save at creation) |
| Enabled APIs | APIs & Services → Enabled APIs & services |
Use the Client ID and Client Secret when creating a credential profile for Google Cloud in ObserveOps. Refer to Adding Cloud Devices for Monitoring to continue.