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

33 lines
890 B
JSON

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