summaryrefslogtreecommitdiff
path: root/api-ref/source/samples/zones/create-zone-request.json
blob: 52b941b2673c40db6bcdd884363088a7a98ecae0 (plain)
1
2
3
4
5
6
7
8
9
10
{
    "attributes": {
        "tier": "gold", "ha": "true"
    },
    "name": "example.org.",
    "email": "joe@example.org",
    "type": "PRIMARY",
    "ttl": 7200,
    "description": "This is an example zone."
}