summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/hostgroupshow.json
blob: cddc41ff61a1ccd236f685d30355c0647428356c (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
{
    "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"
        },
        "summary": null,
        "value": "host-live"
    }
}