freeipa/install/ui/test/data/hostgroup_find_pkeys.json
Endi S. Dewata df6bd6ab5a Updated sample data.
New sample data files have been added for search facet paging. Unused
files have been removed. The names used in the files have been updated
for consistency.

Ticket #981
2011-11-11 14:44:21 +00:00

23 lines
549 B
JSON

{
"error": null,
"id": 0,
"result": {
"count": 2,
"result": [
{
"cn": [
"host-live"
],
"dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=example,dc=com"
},
{
"cn": [
"stage-live"
],
"dn": "cn=stage-live,cn=hostgroups,cn=accounts,dc=example,dc=com"
}
],
"summary": "2 hostgroups matched",
"truncated": false
}
}