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>
21 lines
468 B
JSON
21 lines
468 B
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"count": 1,
|
|
"results": [
|
|
{
|
|
"error": null,
|
|
"result": {
|
|
"failed": []
|
|
},
|
|
"summary": "Deleted DNS forward zone \"fwzone1.test.\"",
|
|
"value": [
|
|
{
|
|
"__dns_name__": "fwzone1.test."
|
|
}
|
|
]
|
|
}
|
|
]
|
|
}
|
|
} |