summaryrefslogtreecommitdiffstats
path: root/install/static/test/data/hostgroup_show.json
blob: 776d446ddb5c94c7691911d41e7f09328b068dbf (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
{
    "error": null,
    "id": 0,
    "result": {
        "result": {
            "cn": [
                "host-live"
            ],
            "description": [
                "Live servers"
            ],
            "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
            "member_host": [
                "live3.pbs.org",
                "live2.pbs.org",
                "live1.pbs.org"
            ]
        },
        "summary": null,
        "value": "host-live"
    }
}