List

Enumerate ResourceRecordSets that have been created but not yet deleted

6 variables
11 variables

Enumerate ResourceRecordSets that have been created but not yet deleted

Authorization

To use this building block you will have to grant access to at least one of the following scopes:

  • View and manage your data across Google Cloud Platform services
  • View your data across Google Cloud Platform services
  • View your DNS records hosted by Google Cloud DNS
  • View and manage your DNS records hosted by Google Cloud DNS

Input

This building block consumes 6 input parameters

  = Parameter name
  = Format

project STRING Required

Identifies the project addressed by this request

managedZone STRING Required

Identifies the managed zone addressed by this request. Can be the managed zone name or id

maxResults INTEGER

Optional. Maximum number of results to be returned. If unspecified, the server will decide how many results to return

name STRING

Restricts the list to return only records with this fully qualified domain name

pageToken STRING

Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request

type STRING

Restricts the list to return only records of this type. If present, the "name" parameter must also be present

Output

This building block provides 11 output parameters

  = Parameter name
  = Format

header OBJECT

Elements common to every response

header.operationId STRING

For mutating operation requests that completed successfully. This is the client_operation_id if the client specified it, otherwise it is generated by the server (output only)

kind STRING

Type of resource

nextPageToken STRING

The presence of this field indicates that there exist more results following your last page of results in pagination order. To fetch them, make another list request using this value as your pagination token.

In this way you can retrieve the complete contents of even very large collections one page at a time. However, if the contents of the collection change between the first and last paginated list request, the set of all elements returned will be an inconsistent view of the collection. There is no way to retrieve a consistent snapshot of a collection larger than the maximum page size

rrsets[] OBJECT

A unit of data that will be returned by the DNS servers

rrsets[].kind STRING

Identifies what kind of resource this is. Value: the fixed string "dns#resourceRecordSet"

rrsets[].name STRING

For example, www.example.com

rrsets[].rrdatas[] STRING

rrsets[].signatureRrdatas[] STRING

rrsets[].ttl INTEGER

Number of seconds that this ResourceRecordSet can be cached by resolvers

rrsets[].type STRING

The identifier of a supported record type. See the list of Supported DNS record types