freeipa/install/ui/test/data/dnszone_find_pkeys.json

29 lines
721 B
JSON
Raw Normal View History

{
"error": null,
"id": 6,
"result": {
"count": 2,
"result": [
{
"dn": "idnsname=1.168.192.in-addr.arpa,cn=dns,dc=example,dc=com",
"idnsname": [
"1.168.192.in-addr.arpa"
]
},
{
"dn": "idnsname=example.com,cn=dns,dc=example,dc=com",
"idnsname": [
"example.com"
]
},
{
"dn": "idnsname=test.com,cn=dns,dc=example,dc=com",
"idnsname": [
"test.com"
]
}
],
"summary": null,
"truncated": false
}
}