Method: projects.locations.dataExchanges.subscribe

Creates a Subscription to a Data Exchange. This is a long-running operation as it will create one or more linked datasets.

HTTP request

POST https://analyticshub.googleapis.com/v1/{name=projects/*/locations/*/dataExchanges/*}:subscribe

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
name

string

Required. Resource name of the Data Exchange. e.g. projects/publisherproject/locations/US/dataExchanges/123

Request body

The request body contains data with the following structure:

JSON representation
{
  "destination": string,
  "subscription": string,
  "subscriberContact": string
}
Fields
destination

string

Required. The parent resource path of the Subscription. e.g. projects/subscriberproject/locations/US

subscription

string

Required. Name of the subscription to create. e.g. subscription1

subscriberContact

string

Email of the subscriber.

Response body

If successful, the response body contains an instance of Operation.

Authorization scopes

Requires one of the following OAuth scopes:

  • https://www.googleapis.com/auth/bigquery
  • https://www.googleapis.com/auth/cloud-platform

For more information, see the Authentication Overview.