- HTTP request
- Path parameters
- Query parameters
- Request body
- Response body
- Authorization scopes
- Try it!
Lists DNS peerings for a given resource.
HTTP request
GET https://datafusion.googleapis.com/v1/{parent=projects/*/locations/*/instances/*}/dnsPeerings
The URL uses gRPC Transcoding syntax.
Path parameters
Parameters | |
---|---|
parent |
Required. The parent, which owns this collection of dns peerings. Format: projects/{project}/locations/{location}/instances/{instance} |
Query parameters
Parameters | |
---|---|
pageSize |
The maximum number of dns peerings to return. The service may return fewer than this value. If unspecified, at most 50 dns peerings will be returned. The maximum value is 200; values above 200 will be coerced to 200. |
pageToken |
A page token, received from a previous |
Request body
The request body must be empty.
Response body
Response message for list DNS peerings.
If successful, the response body contains data with the following structure:
JSON representation |
---|
{
"dnsPeerings": [
{
object ( |
Fields | |
---|---|
dnsPeerings[] |
List of dns peering. |
nextPageToken |
A token, which can be sent as |
Authorization scopes
Requires the following OAuth scope:
https://www.googleapis.com/auth/cloud-platform
For more information, see the Authentication Overview.