summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/automemberhostgroup_get_records.json
blob: 6ae23e3269a318feacf0e67432609d99b643cb92 (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
{
    "error": null,
    "id": null,
    "result": {
        "count": 1,
        "results": [
            {
                "error": null,
                "result": {
                    "automembertargetgroup": [
                        "cn=foohostgroup,cn=hostgroups,cn=accounts,dc=dev,dc=example,dc=com"
                    ],
                    "cn": [
                        "foohostgroup"
                    ],
                    "dn": "cn=foohostgroup,cn=hostgroup,cn=automember,cn=etc,dc=dev,dc=example,dc=com",
                    "objectclass": [
                        "top",
                        "automemberregexrule"
                    ]
                },
                "summary": null,
                "value": "foohostgroup"
            }
        ]
    }
}