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.

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

Common resource metadata.

spec
DNS record specification · object
status
DNS record status · object