Skip to main content
GET
Get

Authorizations

Authorization
string
header
required

The Authorization header expects a Bearer token.

Path Parameters

id
string
required

Record ID

Query Parameters

resourceVersion
string<int64>

Optional: expected record version (metadata.resource_version)

  • If specified, the requested version will be returned if possible (if the version has changed, you will get a FAILED_PRECONDITION error)
  • If not specified or set to 0, the latest version will be returned

Response

200 - application/json

A successful response.

API Resource: DNS Resource Record (RR), an information entry about a specific domain. Each record is contained within a DNS zone, which is a container for DNS data of a specific domain, and, possibly, its subdomains DNS zones are represented in this API by the Zone API Resource which is managed by the ZoneService

metadata
object

DNS record metadata metadata.parent_id must be a DNS zone ID

spec
object

DNS record specification, including its relative name, type, data and TTL

status
object

DNS record status, including e.g. its effective FQDN (fully-qualified domain name)