deb-designate/api-ref/source/samples/recordsets/create-recordset-request.json
Graham Hayes 83d4d031a8 Add Recordset to api-ref docs
Change-Id: I727ef393cf5a730b701f7212c59842d5262172ad
2016-05-16 17:35:56 +01:00

10 lines
152 B
JSON

{
"name" : "example.org.",
"description" : "This is an example record set.",
"type" : "A",
"ttl" : 3600,
"records" : [
"10.1.0.2"
]
}