List
|
|||||
|
|
Enumerate Changes to a ResourceRecordSet collection
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
Name | Format | Description |
---|---|---|
project Required |
STRING |
Identifies the project addressed by this request |
managedZone Required |
STRING |
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 |
pageToken |
STRING |
Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request |
sortBy |
ENUMERATION |
Sorting criterion. The only supported value is change sequence |
sortOrder |
STRING |
Sorting order direction: 'ascending' or 'descending' |
= 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 |
pageToken STRING Optional. A tag returned by a previous list request that was truncated. Use this parameter to continue a previous list request |
sortBy ENUMERATION Sorting criterion. The only supported value is change sequence |
sortOrder STRING Sorting order direction: 'ascending' or 'descending' |
Output
This building block provides 24 output parameters
Name | Format | Description |
---|---|---|
changes[] |
OBJECT |
A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence |
changes[].additions[] |
OBJECT |
A unit of data that will be returned by the DNS servers |
changes[].additions[].kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dns#resourceRecordSet" |
changes[].additions[].name |
STRING |
For example, www.example.com |
changes[].additions[].rrdatas[] |
STRING |
|
changes[].additions[].signatureRrdatas[] |
STRING |
|
changes[].additions[].ttl |
INTEGER |
Number of seconds that this ResourceRecordSet can be cached by resolvers |
changes[].additions[].type |
STRING |
The identifier of a supported record type. See the list of Supported DNS record types |
changes[].deletions[] |
OBJECT |
A unit of data that will be returned by the DNS servers |
changes[].deletions[].kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dns#resourceRecordSet" |
changes[].deletions[].name |
STRING |
For example, www.example.com |
changes[].deletions[].rrdatas[] |
STRING |
|
changes[].deletions[].signatureRrdatas[] |
STRING |
|
changes[].deletions[].ttl |
INTEGER |
Number of seconds that this ResourceRecordSet can be cached by resolvers |
changes[].deletions[].type |
STRING |
The identifier of a supported record type. See the list of Supported DNS record types |
changes[].id |
STRING |
Unique identifier for the resource; defined by the server (output only) |
changes[].isServing |
BOOLEAN |
If the DNS queries for the zone will be served |
changes[].kind |
STRING |
Identifies what kind of resource this is. Value: the fixed string "dns#change" |
changes[].startTime |
STRING |
The time that this operation was started by the server (output only). This is in RFC3339 text format |
changes[].status |
ENUMERATION |
Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet |
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 "snapshot" of collections larger than the maximum page size |
= Parameter name
= Format
changes[] OBJECT A Change represents a set of ResourceRecordSet additions and deletions applied atomically to a ManagedZone. ResourceRecordSets within a ManagedZone are modified by creating a new Change element in the Changes collection. In turn the Changes collection also records the past modifications to the ResourceRecordSets in a ManagedZone. The current state of the ManagedZone is the sum effect of applying all Change elements in the Changes collection in sequence |
changes[].additions[] OBJECT A unit of data that will be returned by the DNS servers |
changes[].additions[].kind STRING Identifies what kind of resource this is. Value: the fixed string "dns#resourceRecordSet" |
changes[].additions[].name STRING For example, www.example.com |
changes[].additions[].rrdatas[] STRING |
changes[].additions[].signatureRrdatas[] STRING |
changes[].additions[].ttl INTEGER Number of seconds that this ResourceRecordSet can be cached by resolvers |
changes[].additions[].type STRING The identifier of a supported record type. See the list of Supported DNS record types |
changes[].deletions[] OBJECT A unit of data that will be returned by the DNS servers |
changes[].deletions[].kind STRING Identifies what kind of resource this is. Value: the fixed string "dns#resourceRecordSet" |
changes[].deletions[].name STRING For example, www.example.com |
changes[].deletions[].rrdatas[] STRING |
changes[].deletions[].signatureRrdatas[] STRING |
changes[].deletions[].ttl INTEGER Number of seconds that this ResourceRecordSet can be cached by resolvers |
changes[].deletions[].type STRING The identifier of a supported record type. See the list of Supported DNS record types |
changes[].id STRING Unique identifier for the resource; defined by the server (output only) |
changes[].isServing BOOLEAN If the DNS queries for the zone will be served |
changes[].kind STRING Identifies what kind of resource this is. Value: the fixed string "dns#change" |
changes[].startTime STRING The time that this operation was started by the server (output only). This is in RFC3339 text format |
changes[].status ENUMERATION Status of the operation (output only). A status of "done" means that the request to update the authoritative servers has been sent, but the servers might not be updated yet |
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 "snapshot" of collections larger than the maximum page size |