summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsforwardzone_find_pkeys.json
blob: c0b478ff86ba7a127e83c63615183e93bc3ceba5 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
{
    "error": null,
    "id": null,
    "result": {
        "count": 1,
        "result": [
            {
                "dn": "idnsname=fwzone1.test.,cn=dns,dc=example,dc=com",
                "idnsname": [
                    {
                        "__dns_name__": "fwzone1.test."
                    }
                ]
            }
        ],
        "summary": null,
        "truncated": false
    }
}