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
40 lines
958 B
JSON
40 lines
958 B
JSON
{
|
|
"error": null,
|
|
"id": 0,
|
|
"result": {
|
|
"completed": 3,
|
|
"failed": {
|
|
"memberhost": {
|
|
"host": [],
|
|
"hostgroup": []
|
|
},
|
|
"memberuser": {
|
|
"group": [],
|
|
"user": []
|
|
}
|
|
},
|
|
"result": {
|
|
"cn": [
|
|
"net-live"
|
|
],
|
|
"description": [
|
|
"live servers"
|
|
],
|
|
"dn": "ipauniqueid=2e08b2c2-baac-11df-a0cf-525400674dcd,cn=ng,cn=alt,dc=example,dc=com",
|
|
"memberhost_host": [
|
|
"live3.pbs.org",
|
|
"live2.pbs.org",
|
|
"live1.pbs.org"
|
|
],
|
|
"memberhost_hostgroup": [
|
|
"host-live"
|
|
],
|
|
"memberuser_group": [
|
|
"muppets"
|
|
],
|
|
"nisdomainname": [
|
|
"example.com"
|
|
]
|
|
}
|
|
}
|
|
} |