summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnszone_add.json
blob: a47e7e6143522f445fc6ab1d0cdba33abd70fa2a (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
46
{
    "error": null,
    "id": 3,
    "result": {
        "result": {
            "dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
            "idnsallowdynupdate": [
                "FALSE"
            ],
            "idnsname": [
                "example.com"
            ],
            "idnssoaexpire": [
                "1209600"
            ],
            "idnssoaminimum": [
                "3600"
            ],
            "idnssoamname": [
                "example.com"
            ],
            "idnssoarefresh": [
                "3600"
            ],
            "idnssoaretry": [
                "900"
            ],
            "idnssoarname": [
                "root.example.com."
            ],
            "idnssoaserial": [
                "2010021201"
            ],
            "idnszoneactive": [
                "TRUE"
            ],
            "objectclass": [
                "top",
                "idnsrecord",
                "idnszone"
            ]
        },
        "summary": null,
        "value": "example.com"
    }
}