summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hostgroup_find_pkeys.json
blob: 95b00fa528454577a627c6e2a3630f665fcde20d (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": 0,
    "result": {
        "count": 2,
        "result": [
            {
                "cn": [
                    "host-live"
                ],
                "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=example,dc=com"
            },
            {
                "cn": [
                    "stage-live"
                ],
                "dn": "cn=stage-live,cn=hostgroups,cn=accounts,dc=example,dc=com"
            }
        ],
        "summary": "2 hostgroups matched",
        "truncated": false
    }
}