summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hostgroup_find.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/hostgroup_find.json')
-rw-r--r--install/ui/test/data/hostgroup_find.json33
1 files changed, 33 insertions, 0 deletions
diff --git a/install/ui/test/data/hostgroup_find.json b/install/ui/test/data/hostgroup_find.json
new file mode 100644
index 000000000..6732910c0
--- /dev/null
+++ b/install/ui/test/data/hostgroup_find.json
@@ -0,0 +1,33 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "count": 2,
+ "result": [
+ {
+ "cn": [
+ "host-live"
+ ],
+ "description": [
+ "Live servers"
+ ],
+ "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
+ "member": [],
+ "memberof": []
+ },
+ {
+ "cn": [
+ "stage-live"
+ ],
+ "description": [
+ "Staging servers"
+ ],
+ "dn": "cn=stage-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
+ "member": [],
+ "memberof": []
+ }
+ ],
+ "summary": "2 hostgroups matched",
+ "truncated": false
+ }
+} \ No newline at end of file