v1

latestOpenAPI 3.0.0Creative Commons Attribution 3.02026-07-134069129.0 KB
resourceRecordSets

Enumerates ResourceRecordSets that you have created but not yet deleted.

get/dns/v1/projects/{project}/managedZones/{managedZone}/rrsets

Path parameters

projectstring required

Identifies the project addressed by this request.

managedZonestring required

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

Query parameters

filterstring

Specify a filter expression to view records that exactly match the specified domain. Both the name and type parameters are not supported and must be omitted when you use filter. Your filter expression must conform to AIP-160 and you must specify a domain in the name field. Optionally, you can include the type field to filter records by type. You can also include the has_suffix function to view records that match by domain suffix. Examples: * name="example.com." * name="example.com." AND type="A" * name=has_suffix("example.com.") * name=has_suffix("example.com.") AND type="A"

maxResultsinteger

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

namestring

Specify a fully qualified domain name to view only those records. The name parameter is not supported and must be omitted when you use filter.

pageTokenstring

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

typestring

Specify a record type to view only those records. You must also specify the name parameter. The type parameter is not supported and must be omitted when you use filter.

Response

Successful response