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

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
}
}