- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Creates DNS peering on the given resource.
HTTP request
POST https://datafusion.googleapis.com/v1/{parent=projects/*/locations/*/instances/*}/dnsPeerings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The resource on which DNS peering will be created. |
Query parameters
Parameters | |
---|---|
dnsPeeringId |
Required. The name of the peering to create. |
Request body
The request body contains an instance of DnsPeering
.
Response body
If successful, the response body contains a newly created instance of DnsPeering
.
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.