freeipa/install/ui/test/data/dnsforwardzone_add.json
2021-08-10 02:37:58 +02:00

32 lines
739 B
JSON

{
"error": null,
"id": null,
"result": {
"result": {
"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."
}
}
}