summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/sampledata')
-rw-r--r--install/static/sampledata/hostgroupshow.json17
-rw-r--r--install/static/sampledata/netgroupshow.json26
2 files changed, 43 insertions, 0 deletions
diff --git a/install/static/sampledata/hostgroupshow.json b/install/static/sampledata/hostgroupshow.json
new file mode 100644
index 000000000..cddc41ff6
--- /dev/null
+++ b/install/static/sampledata/hostgroupshow.json
@@ -0,0 +1,17 @@
+{
+ "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"
+ },
+ "summary": null,
+ "value": "host-live"
+ }
+} \ No newline at end of file
diff --git a/install/static/sampledata/netgroupshow.json b/install/static/sampledata/netgroupshow.json
new file mode 100644
index 000000000..05334480d
--- /dev/null
+++ b/install/static/sampledata/netgroupshow.json
@@ -0,0 +1,26 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "result": {
+ "cn": [
+ "net-live"
+ ],
+ "description": [
+ "live servers"
+ ],
+ "dn": "ipauniqueid=51451097-abef-11df-ad3a-525400674dcd,cn=ng,cn=alt,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com",
+ "memberhost_hostgroup": [
+ "host-live"
+ ],
+ "memberuser_group": [
+ "muppets"
+ ],
+ "nisdomainname": [
+ "ayoung.boston.devel.redhat.com"
+ ]
+ },
+ "summary": null,
+ "value": "net-live"
+ }
+} \ No newline at end of file