summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hostgroup_add_member.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/hostgroup_add_member.json')
-rw-r--r--install/ui/test/data/hostgroup_add_member.json37
1 files changed, 37 insertions, 0 deletions
diff --git a/install/ui/test/data/hostgroup_add_member.json b/install/ui/test/data/hostgroup_add_member.json
new file mode 100644
index 000000000..a92201751
--- /dev/null
+++ b/install/ui/test/data/hostgroup_add_member.json
@@ -0,0 +1,37 @@
+{
+ "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"
+ ]
+ }
+ }
+} \ No newline at end of file