designate/api-ref/source/samples/zones/create-zone-request.json
Graham Hayes 3d35557851
Add zone 'attributes' to api-ref
Change-Id: Ieb99d4944165e4db32bba3b6b6be627d5d3f4038
2017-12-04 18:47:08 +00:00

11 lines
214 B
JSON

{
"attributes": {
"tier": "gold", "ha": "true"
},
"name": "example.org.",
"email": "joe@example.org",
"type": "PRIMARY",
"ttl": 7200,
"description": "This is an example zone."
}