freeipa/install/ui/test/data/hostgroup_show.json
Adam Young b9ad279ad2 rename static to ui
Directory rename
2011-01-20 14:12:47 +00:00

22 lines
527 B
JSON

{
"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"
}
}