mirror of
https://salsa.debian.org/freeipa-team/freeipa.git
synced 2025-02-25 18:55:28 -06:00
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>
19 lines
412 B
JSON
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
|
|
}
|
|
} |