Method: services.dnsRecordSets.list

Producers can use this method to retrieve a list of available DNS RecordSets available inside the private zone on the tenant host project accessible from their network.

HTTP request

GET https://servicenetworking.googleapis.com/v1/{parent=services/*}/dnsRecordSets:list

The URL uses gRPC Transcoding syntax.

Path parameters

Parameters
parent

string

Required. The service that is managing connectivity for a service producer's organization. For Google services that support this functionality, this value is services/servicenetworking.googleapis.com.

Authorization requires the following IAM permission on the specified resource parent:

  • servicenetworking.services.listDnsRecordSets

Query parameters

Parameters
consumerNetwork

string

Required. The network that the consumer is using to connect with services. Must be in the form of projects/{project}/global/networks/{network} {project} is the project number, as in '12345' {network} is the network name.

zone

string

Required. The name of the private DNS zone in the shared producer host project from which the record set will be removed.

Request body

The request body must be empty.

Response body

Represents all DNS RecordSets associated with the producer network

If successful, the response body contains data with the following structure:

JSON representation
{
  "dnsRecordSets": [
    {
      object (DnsRecordSet)
    }
  ]
}
Fields
dnsRecordSets[]

object (DnsRecordSet)

DNS record Set Resource

Authorization scopes

Requires one of the following OAuth scopes:

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

For more information, see the Authentication Overview.