24 lines
578 B
JSON
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
|
|
}
|
|
}
|