summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsforwardzone_add.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/dnsforwardzone_add.json')
-rw-r--r--install/ui/test/data/dnsforwardzone_add.json32
1 files changed, 32 insertions, 0 deletions
diff --git a/install/ui/test/data/dnsforwardzone_add.json b/install/ui/test/data/dnsforwardzone_add.json
new file mode 100644
index 000000000..065cc4f75
--- /dev/null
+++ b/install/ui/test/data/dnsforwardzone_add.json
@@ -0,0 +1,32 @@
+{
+ "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."
+ }
+ }
+} \ No newline at end of file