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>
52 lines
1.6 KiB
JSON
52 lines
1.6 KiB
JSON
{
|
|
"error": null,
|
|
"id": null,
|
|
"result": {
|
|
"count": 2,
|
|
"results": [
|
|
{
|
|
"error": null,
|
|
"result": {
|
|
"attributelevelrights": {
|
|
"aci": "rscwo",
|
|
"idnsforwarders": "rscwo",
|
|
"idnsforwardpolicy": "rscwo",
|
|
"idnsname": "rscwo",
|
|
"idnszoneactive": "rscwo",
|
|
"nsaccountlock": "rscwo",
|
|
"objectclass": "rscwo"
|
|
},
|
|
"dn": "idnsname=fwzone1.test.,cn=dns,dc=example,dc=com",
|
|
"idnsforwarders": [
|
|
"172.16.15.2",
|
|
"172.16.15.1"
|
|
],
|
|
"idnsforwardpolicy": [
|
|
"first"
|
|
],
|
|
"idnsname": [
|
|
{
|
|
"__dns_name__": "fwzone1.test."
|
|
}
|
|
],
|
|
"idnszoneactive": [
|
|
"TRUE"
|
|
],
|
|
"objectclass": [
|
|
"top",
|
|
"idnsforwardzone"
|
|
]
|
|
},
|
|
"summary": null,
|
|
"value": {
|
|
"__dns_name__": "fwzone1.test."
|
|
}
|
|
},
|
|
{
|
|
"error": "Manage DNS zone fwzone1.test.: permission not found",
|
|
"error_code": 4001,
|
|
"error_name": "NotFound"
|
|
}
|
|
]
|
|
}
|
|
} |