summaryrefslogtreecommitdiffstats
path: root/install/static/sampledata/host_find.json
blob: 83a65d1b7e4b1dfadf5085a74b9ea32b1c687fb2 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
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
    }
}