RRsets
Get RRset
Particular RRset item info
get/dns/v2/zones/{zoneName}/{rrsetName}/{rrsetType}
Path parameters
zoneNamestring required
rrsetNamestring required
rrsetTypestring required
Response
OutputRRSet
Example response
{
"meta": {},
"name": "sub.example.com",
"resource_records": [
{
"id": 42
}
]
}