mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2024-12-30 10:47:08 -06:00
b9ad279ad2
Directory rename
33 lines
890 B
JSON
33 lines
890 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=idm,dc=lab,dc=bos,dc=redhat,dc=com",
|
|
"member": [],
|
|
"memberof": []
|
|
},
|
|
{
|
|
"cn": [
|
|
"stage-live"
|
|
],
|
|
"description": [
|
|
"Staging servers"
|
|
],
|
|
"dn": "cn=stage-live,cn=hostgroups,cn=accounts,dc=idm,dc=lab,dc=bos,dc=redhat,dc=com",
|
|
"member": [],
|
|
"memberof": []
|
|
}
|
|
],
|
|
"summary": "2 hostgroups matched",
|
|
"truncated": false
|
|
}
|
|
} |