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