Cloud
Update Google Cloud Data Source from File
Update an existing Google Cloud data source to reflect the state represented in a JSON file exported from Google Cloud directly via the Google Cloud CLI. 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}/upload
Path parameters
googleCloudDataSourceIdstring required
Google Cloud data source ID
Example:googlecloudds_56789
The ID of the Google Cloud data source to update
Response
Accepted. Occurs when the update job has been queued.
Example response
{
"jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}