Service Networking API (servicenetworking:v1)

2023-07-19

1 new method

Additions

    Methods
  • servicenetworking.services.dnsZones.list

      Flat Path : v1/services/{servicesId}/dnsZones:list

      Parameter Order : parent

      Parameters :

        parent

          Type : string

          Required : Yes

          Location : path

          Description : Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}/projects/{project}/global/networks/{network} Service: The service that is managing connectivity for the service producer's organization. For Google services that support this functionality, this value is `servicenetworking.googleapis.com`. Projects: the consumer project containing the consumer network. Network: The consumer network accessible from the tenant project.

          Pattern : ^services/[^/]+$

      HTTP Method : GET

      Path : v1/{+parent}/dnsZones:list

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/service.management
    • Description : * Service producers can use this method to retrieve a list of available DNS zones in the shared producer host project and the matching peering zones in the consumer project. *