Cloud
Get "Update Google Cloud Data Source" Job Status
Get the status of a data source update request started by Update Google Cloud Data Source or Update Google Cloud Data Source from File.
get/v1/dataSources/googleCloud/{googleCloudDataSourceId}/{jobReferenceId}/status
Path parameters
googleCloudDataSourceIdstring required
Google Cloud data source ID
Example:googlecloudds_56789
The ID of the Google Cloud data source associated with the job
jobReferenceIdstring required
Unique identifier for an asynchronous job
Example:jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454
Response
OK. Returns the job status.
Example response
{
"jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454",
"status": "SUCCEEDED",
"response": {
"name": "Example Google Cloud Data Source",
"dataSourceId": "googlecloudds_56789"
}
}