summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hostgroup_find.json
blob: 6732910c0adcd9066113a8f572ebe687d0a16ee3 (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
30
31
32
33
{
    "error": null,
    "id": 0,
    "result": {
        "count": 2,
        "result": [
            {
                "cn": [
                    "host-live"
                ],
                "description": [
                    "Live servers"
                ],
                "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
                "member": [],
                "memberof": []
            },
            {
                "cn": [
                    "stage-live"
                ],
                "description": [
                    "Staging servers"
                ],
                "dn": "cn=stage-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
                "member": [],
                "memberof": []
            }
        ],
        "summary": "2 hostgroups matched",
        "truncated": false
    }
}