designate/api-ref/source/samples/recordsets/create-srv-recordset-request.json
sonu.kumar 8ce138dac1 Add docs for SSHFP, SRV, SPF and MX recordsets to api-ref
Change-Id: I758271cbebc012f1fa15f552227e6e73aac49635
2016-06-21 19:04:27 +05:30

10 lines
178 B
JSON

{
"name" : "_http._tcp.example.org.",
"description" : "An SRV recordset.",
"type" : "SRV",
"ttl" : 3600,
"records" : [
"10 0 5060 www.example.org."
]
}