summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnszone_add.json
blob: 6870acc5b4a535c48ecd488a661b597f184df2ff (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=henson.ayoung.boston.devel.redhat.com,cn=dns,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "idnsallowdynupdate": [
                "FALSE"
            ],
            "idnsname": [
                "henson.ayoung.boston.devel.redhat.com"
            ],
            "idnssoaexpire": [
                "1209600"
            ],
            "idnssoaminimum": [
                "3600"
            ],
            "idnssoamname": [
                "ayoung.boston.devel.redhat.com"
            ],
            "idnssoarefresh": [
                "3600"
            ],
            "idnssoaretry": [
                "900"
            ],
            "idnssoarname": [
                "root.henson.ayoung.boston.devel.redhat.com."
            ],
            "idnssoaserial": [
                "2010021201"
            ],
            "idnszoneactive": [
                "TRUE"
            ],
            "objectclass": [
                "top",
                "idnsrecord",
                "idnszone"
            ]
        },
        "summary": null,
        "value": "henson.ayoung.boston.devel.redhat.com"
    }
}