summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsforwardzone_get_records.json
blob: ce7ddfdc348cd51a844cb1e3b5503cf4444369c3 (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
{
    "error": null,
    "id": null,
    "result": {
        "count": 1,
        "results": [
            {
                "error": null,
                "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"
                    ]
                },
                "summary": null,
                "value": {
                    "__dns_name__": "fwzone1.test."
                }
            }
        ]
    }
}