summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsforwardzone_add.json
blob: 065cc4f7539f55d264d53dad6e2e67ac5cd340c6 (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
{
    "error": null,
    "id": null,
    "result": {
        "result": {
            "dn": "idnsname=fwzone1.test.,cn=dns,dc=example,dc=com",
            "idnsforwarders": [
                "172.16.15.2",
                "172.16.15.1"
            ],
            "idnsforwardpolicy": [
                "first"
            ],
            "idnsname": [
                {
                    "__dns_name__": "fwzone1.test."
                }
            ],
            "idnszoneactive": [
                "TRUE"
            ],
            "objectclass": [
                "top",
                "idnsforwardzone"
            ]
        },
        "summary": null,
        "value": {
            "__dns_name__": "fwzone1.test."
        }
    }
}