mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
df6bd6ab5a
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
33 lines
850 B
JSON
33 lines
850 B
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"count": 2,
|
|
"result": [
|
|
{
|
|
"cn": [
|
|
"host-live"
|
|
],
|
|
"description": [
|
|
"Live servers"
|
|
],
|
|
"dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=example,dc=com",
|
|
"member": [],
|
|
"memberof": []
|
|
},
|
|
{
|
|
"cn": [
|
|
"stage-live"
|
|
],
|
|
"description": [
|
|
"Staging servers"
|
|
],
|
|
"dn": "cn=stage-live,cn=hostgroups,cn=accounts,dc=example,dc=com",
|
|
"member": [],
|
|
"memberof": []
|
|
}
|
|
],
|
|
"summary": "2 hostgroups matched",
|
|
"truncated": false
|
|
}
|
|
} |