Service Networking API (servicenetworking:v1)

2023-07-25

3 new methods

Additions

    Methods
  • servicenetworking.services.projects.global.networks.zones.dnsRecordSet.lIST

      HTTP Method : GET

      Parameter Order : parent

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/service.management
    • Flat Path : v1/services/{servicesId}/projects/{projectsId}/global/networks/{networksId}/zones/{zonesId}/dnsRecordSet:LIST

      Path : v1/{+parent}/dnsRecordSet:LIST

      Parameters :

        consumerNetwork

          Description : 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.

          Location : query

          Type : string

        parent

          Type : string

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

          Location : path

          Pattern : ^services/[^/]+/projects/[^/]+/global/networks/[^/]+/zones/[^/]+$

          Required : Yes

        zone

          Type : string

          Location : query

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

      Description : 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.

  • servicenetworking.services.dnsRecordSet.get

      Parameter Order : parent

      Flat Path : v1/services/{servicesId}/dnsRecordSet:get

      Parameters :

        parent

          Description : Required. Parent resource identifying the connection which owns this collection of DNS zones in the format services/{service}.

          Location : path

          Type : string

          Required : Yes

          Pattern : ^services/[^/]+$

        consumerNetwork

          Type : string

          Location : query

          Description : Required. The consumer network containing the record set. Must be in the form of projects/{project}/global/networks/{network}

        zone

          Type : string

          Description : Required. The name of the zone containing the record set.

          Location : query

        type

          Description : Required. RecordSet Type eg. type='A'. See the list of [Supported DNS Types](https://dns.corp.google.com/docs/overview).

          Type : string

          Location : query

        domain

          Location : query

          Description : Required. The domain name of the zone containing the recordset.

          Type : string

      HTTP Method : GET

      Description : Producers can use this method to retrieve information about the DNS record set added to the private zone inside the shared tenant host project associated with a consumer network.

      Scopes :

    • https://www.googleapis.com/auth/cloud-platform
    • https://www.googleapis.com/auth/service.management
    • Path : v1/{+parent}/dnsRecordSet:get

  • servicenetworking.services.dnsZones.dnsZone.get

      Parameter Order : name

      Description : Service producers can use this method to retrieve a DNS zone in the shared producer host project and the matching peering zones in consumer project

      Scopes :

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

        name

          Location : path

          Type : string

          Required : Yes

          Pattern : ^services/[^/]+/dnsZones/[^/]+$

          Description : Required. The network that the consumer is using to connect with services. Must be in the form of services/{service}/projects/{project}/global/networks/{network}/zones/{zoneName} Where {service} is the peering service that is managing connectivity for the service producer's organization. For Google services that support this {project} is the project number, as in '12345' {network} is the network name. {zoneName} is the DNS zone name

      HTTP Method : GET

      Path : v1/{+name}/dnsZone:get

      Flat Path : v1/services/{servicesId}/dnsZones/{dnsZonesId}/dnsZone:get