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

27 lines
717 B
JSON

{
"error": null,
"id": 15,
"result": {
"result": {
"cn": [
"guest_hosts"
],
"description": [
"Special Guest Stars"
],
"dn": "cn=guest_hosts,cn=hostgroups,cn=accounts,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
"ipauniqueid": [
"7f8c57ae-b43a-11df-8016-525400674dcd"
],
"objectclass": [
"ipaobject",
"ipahostgroup",
"nestedGroup",
"groupOfNames",
"top"
]
},
"summary": "Added hostgroup \"guest_hosts\"",
"value": "guest_hosts"
}
}