registrations_google_domains_dns_records
Creates, updates, deletes, gets or lists a registrations_google_domains_dns_records
resource.
Overview
Name | registrations_google_domains_dns_records |
Type | Resource |
Id | google.domains.registrations_google_domains_dns_records |
Fields
Name | Datatype | Description |
---|---|---|
nextPageToken | string | When present, there are more results to retrieve. Set page_token to this value on a subsequent call to get the next page of results. |
rrset | array | The resource record set resources (DNS Zone records). |
Methods
Name | Accessible by | Required Params | Description |
---|---|---|---|
retrieve_google_domains_dns_records | SELECT | locationsId, projectsId, registrationsId | Lists the DNS records from the Google Domains DNS zone for domains that use the deprecated google_domains_dns in the Registration 's dns_settings . |
SELECT
examples
Lists the DNS records from the Google Domains DNS zone for domains that use the deprecated google_domains_dns
in the Registration
's dns_settings
.
SELECT
nextPageToken,
rrset
FROM google.domains.registrations_google_domains_dns_records
WHERE locationsId = '{{ locationsId }}'
AND projectsId = '{{ projectsId }}'
AND registrationsId = '{{ registrationsId }}';