mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-28 18:01:23 -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
37 lines
886 B
JSON
37 lines
886 B
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"completed": 3,
|
|
"failed": {
|
|
"member": {
|
|
"host": [],
|
|
"hostgroup": []
|
|
}
|
|
},
|
|
"result": {
|
|
"cn": [
|
|
"host-live"
|
|
],
|
|
"description": [
|
|
"Live servers"
|
|
],
|
|
"dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=example,dc=com",
|
|
"ipauniqueid": [
|
|
"1ba89342-b683-11df-8d5b-525400674dcd"
|
|
],
|
|
"member_host": [
|
|
"live3.pbs.org",
|
|
"live2.pbs.org",
|
|
"live1.pbs.org"
|
|
],
|
|
"objectclass": [
|
|
"ipaobject",
|
|
"ipahostgroup",
|
|
"nestedGroup",
|
|
"groupOfNames",
|
|
"top"
|
|
]
|
|
}
|
|
}
|
|
} |