summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/host_find_pkeys.json
blob: 9b38adba6ef12f530aee1d847b4deae544c45731 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
{
    "error": null,
    "id": null,
    "result": {
        "count": 2,
        "result": [
            {
                "dn": "fqdn=dev.example.com,cn=computers,cn=accounts,dc=example,dc=com",
                "fqdn": [
                    "dev.example.com"
                ]
            },
            {
                "dn": "fqdn=test.example.com,cn=computers,cn=accounts,dc=example,dc=com",
                "fqdn": [
                    "test.example.com"
                ]
            }
        ],
        "summary": "2 hosts matched",
        "truncated": false
    }
}