summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnszone_find_pkeys.json
blob: 8f642cce81b7dbdffa334113c69ca0794a945be7 (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
{
    "error": null,
    "id": 6,
    "result": {
        "count": 2,
        "result": [
            {
                "dn": "idnsname=1.168.192.in-addr.arpa,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "1.168.192.in-addr.arpa"
                ]
            },
            {
                "dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "example.com"
                ]
            },
            {
                "dn": "idnsname=test.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "test.com"
                ]
            }
        ],
        "summary": null,
        "truncated": false
    }
}