Files
freeipa/install/ui/test/data/dnsforwardzone_find_pkeys.json
Petr Vobornik e6a373e930 webui-test: dns forward zone json data
Fake API results for testing and presentation purposes of DNS Forward
Zones.

https://fedorahosted.org/freeipa/ticket/4357

Reviewed-By: Endi Sukma Dewata <edewata@redhat.com>
2014-06-27 14:18:35 +02:00

19 lines
412 B
JSON

{
"error": null,
"id": null,
"result": {
"count": 1,
"result": [
{
"dn": "idnsname=fwzone1.test.,cn=dns,dc=example,dc=com",
"idnsname": [
{
"__dns_name__": "fwzone1.test."
}
]
}
],
"summary": null,
"truncated": false
}
}