summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/host_find.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/static/sampledata/host_find.json')
-rw-r--r--install/static/sampledata/host_find.json45
1 files changed, 45 insertions, 0 deletions
diff --git a/install/static/sampledata/host_find.json b/install/static/sampledata/host_find.json
new file mode 100644
index 000000000..83a65d1b7
--- /dev/null
+++ b/install/static/sampledata/host_find.json
@@ -0,0 +1,45 @@
+{
+ "error": null,
+ "id": 0,
+ "result": {
+ "count": 2,
+ "result": [
+ {
+ "dn": "fqdn=vm-121.idm.lab.bos.redhat.com,cn=computers,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
+ "enrolledby": [],
+ "fqdn": [
+ "vm-121.idm.lab.bos.redhat.com"
+ ],
+ "krbprincipalname": [
+ "host/vm-121.idm.lab.bos.redhat.com@IDM.LAB.BOS.REDHAT.COM"
+ ],
+ "memberof": []
+ },
+ {
+ "description": [
+ "sample host"
+ ],
+ "dn": "fqdn=ayounghost1.idm.lab.bos.redhat.com,cn=computers,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
+ "enrolledby": [],
+ "fqdn": [
+ "ayounghost1.idm.lab.bos.redhat.com"
+ ],
+ "l": [
+ "VM-lab"
+ ],
+ "memberof": [],
+ "nshardwareplatform": [
+ "kvm"
+ ],
+ "nshostlocation": [
+ "VM-lab"
+ ],
+ "nsosversion": [
+ "F13"
+ ]
+ }
+ ],
+ "summary": "2 hosts matched",
+ "truncated": false
+ }
+} \ No newline at end of file