Skip to main content

registrations_google_domains_dns_records

Creates, updates, deletes, gets or lists a registrations_google_domains_dns_records resource.

Overview

Nameregistrations_google_domains_dns_records
TypeResource
Idgoogle.domains.registrations_google_domains_dns_records

Fields

NameDatatypeDescription
nextPageTokenstringWhen present, there are more results to retrieve. Set page_token to this value on a subsequent call to get the next page of results.
rrsetarrayThe resource record set resources (DNS Zone records).

Methods

NameAccessible byRequired ParamsDescription
retrieve_google_domains_dns_recordsSELECTlocationsId, projectsId, registrationsIdLists 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 }}';