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
24 lines
578 B
JSON
24 lines
578 B
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"count": 2,
|
|
"result": [
|
|
{
|
|
"dn": "fqdn=dev.example.com,cn=computers,cn=accounts,dc=example,dc=com",
|
|
"fqdn": [
|
|
"dev.example.com"
|
|
]
|
|
},
|
|
{
|
|
"dn": "fqdn=test.example.com,cn=computers,cn=accounts,dc=example,dc=com",
|
|
"fqdn": [
|
|
"test.example.com"
|
|
]
|
|
}
|
|
],
|
|
"summary": "2 hosts matched",
|
|
"truncated": false
|
|
}
|
|
}
|