- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- IAM Permissions
- Try it!
Creates a new data exchange.
HTTP request
POST https://analyticshub.googleapis.com/v1/{parent=projects/*/locations/*}/dataExchanges
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent resource path of the data exchange. e.g. |
Query parameters
Parameters | |
---|---|
dataExchangeId |
Required. The ID of the data exchange. Must contain only Unicode letters, numbers (0-9), underscores (_). Should not use characters that require URL-escaping, or characters outside of ASCII, spaces. Max length: 100 bytes. |
Request body
The request body contains an instance of DataExchange
.
Response body
If successful, the response body contains a newly created instance of DataExchange
.
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.
IAM Permissions
Requires the following IAM permission on the parent
resource:
analyticshub.dataExchanges.create
For more information, see the IAM documentation.