v1

latestOpenAPI 3.0.3Lucid2026-07-14155181312.3 KB
Cloud

Update Google Cloud Data Source

Update an existing Google Cloud data source to reflect the latest state of data in Google Cloud. Optionally updates the resources included in the data source as well. Returns a jobId that can be used to monitor progress through the Get "Update Google Cloud Data Source" Job Status endpoint.

post/v1/dataSources/googleCloud/{googleCloudDataSourceId}

Path parameters

googleCloudDataSourceIdstring required

Google Cloud data source ID

Example:googlecloudds_56789

The ID of the Google Cloud data source to update

Request body

resourceSelectionstring[]

The Google Cloud resources to include in the data source. Use the "Get Fully Supported Google Cloud Resources" endpoint to see a list of all supported resources.

Example request

{
  "resourceSelection": [
    "compute.googleapis.com/Instance",
    "storage.googleapis.com/Bucket"
  ]
}

Response

Accepted. Occurs when the update job has been queued.

jobIdstring required

Unique identifier for an asynchronous job

Example response

{
  "jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}