freeipa/install/ui/test/data/hostgroup_show.json
2021-08-10 02:37:58 +02:00

22 lines
499 B
JSON

{
"error": null,
"id": 0,
"result": {
"result": {
"cn": [
"host-live"
],
"description": [
"Live servers"
],
"dn": "cn=host-live,cn=hostgroups,cn=accounts,dc=example,dc=com",
"member_host": [
"live3.pbs.org",
"live2.pbs.org",
"live1.pbs.org"
]
},
"summary": null,
"value": "host-live"
}
}