summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hostgroup_show.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/hostgroup_show.json')
-rw-r--r--install/ui/test/data/hostgroup_show.json22
1 files changed, 22 insertions, 0 deletions
diff --git a/install/ui/test/data/hostgroup_show.json b/install/ui/test/data/hostgroup_show.json
new file mode 100644
index 000000000..776d446dd
--- /dev/null
+++ b/install/ui/test/data/hostgroup_show.json
@@ -0,0 +1,22 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "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",
+ "member_host": [
+ "live3.pbs.org",
+ "live2.pbs.org",
+ "live1.pbs.org"
+ ]
+ },
+ "summary": null,
+ "value": "host-live"
+ }
+} \ No newline at end of file