Cloud
Create Google Cloud Data Source
Create a new data source from Google Cloud data. Returns a jobId that can be used to check the status of the operation through the Get "Create Google Cloud Data Source" Job Status endpoint.
post/v1/dataSources/googleCloud
Request body
Example request
{
"name": "Example Google Cloud Data Source",
"googleCloudCredentialId": "googlecloud_56789",
"projectIds": [
"my-gcp-project-123"
],
"resourceSelection": [
"compute.googleapis.com/Instance",
"storage.googleapis.com/Bucket"
]
}Response
Accepted. Occurs when the creation job has been queued.
Example response
{
"jobId": "jobr_2f5e5b82-6f1d-4c9f-932a-14e43cf30454"
}