Retrieve DNS domain record details
GET /dns-domain/{domain-id}/record/{record-id}
curl \
-X GET https://api-ch-gva-2.exoscale.com/v2/dns-domain/{domain-id}/record/{record-id}
Response examples (200)
{
"id": "string",
"priority": 42,
"content": "string",
"type": "NS",
"ttl": 42,
"name": "string",
"created-at": "2024-05-04T09:42:00+00:00",
"updated-at": "2024-05-04T09:42:00+00:00"
}