summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/hostgrouplist.json
blob: fe69c2a3102cbad48aab2ae81466a22bd6309975 (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
    }
}