summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/hostgroup_get_records.json
blob: 678bb4af534d34661a26c4760965661eb23e6cbb (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
{
    "error": null,
    "id": 0,
    "result": {
        "count": 2,
        "results": [
            {
                "error": null,
                "result": {
                    "cn": [
                        "host-live"
                    ],
                    "description": [
                        "Live servers"
                    ],
                    "dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=example,dc=com",
                    "member": [],
                    "memberof": []
                },
                "summary": null,
                "value": "host-live"
            },
            {
                "error": null,
                "result": {
                    "cn": [
                        "host-stage"
                    ],
                    "description": [
                        "Staging servers"
                    ],
                    "dn": "cn=host-stage,cn=hostgroups,cn=accounts,dc=example,dc=com",
                    "member": [],
                    "memberof": []
                },
                "summary": null,
                "value": "host-stage"
            }
        ]
    }
}