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
Example request
{
"resourceSelection": [
"compute.googleapis.com/Instance",
"storage.googleapis.com/Bucket"
]
}Response
Accepted. Occurs when the update job has been queued.
Example response
{
"jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}