summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnszone_find_pkeys.json
blob: 1b4f025001866245dad9a4f81f5718c83aeb6cbc (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": 3,
        "result": [
            {
                "dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "example.com"
                ]
            },
            {
                "dn": "idnsname=122.168.192.in-addr.arpa,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "122.168.192.in-addr.arpa"
                ]
            },
            {
                "dn": "idnsname=dev.example.com,cn=dns,dc=example,dc=com",
                "idnsname": [
                    "dev.example.com"
                ]
            }
        ],
        "summary": null,
        "truncated": false
    }
}