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

37 lines
914 B
JSON

{
"error": null,
"id": 0,
"result": {
"completed": 3,
"failed": {
"member": {
"host": [],
"hostgroup": []
}
},
"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",
"ipauniqueid": [
"1ba89342-b683-11df-8d5b-525400674dcd"
],
"member_host": [
"live3.pbs.org",
"live2.pbs.org",
"live1.pbs.org"
],
"objectclass": [
"ipaobject",
"ipahostgroup",
"nestedGroup",
"groupOfNames",
"top"
]
}
}
}