summaryrefslogtreecommitdiffstats
path: root/install/ui/test/data/dnsforwardzone_get_records.json
diff options
context:
space:
mode:
Diffstat (limited to 'install/ui/test/data/dnsforwardzone_get_records.json')
-rw-r--r--install/ui/test/data/dnsforwardzone_get_records.json34
1 files changed, 34 insertions, 0 deletions
diff --git a/install/ui/test/data/dnsforwardzone_get_records.json b/install/ui/test/data/dnsforwardzone_get_records.json
new file mode 100644
index 000000000..ce7ddfdc3
--- /dev/null
+++ b/install/ui/test/data/dnsforwardzone_get_records.json
@@ -0,0 +1,34 @@
+{
+ "error": null,
+ "id": null,
+ "result": {
+ "count": 1,
+ "results": [
+ {
+ "error": null,
+ "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"
+ ]
+ },
+ "summary": null,
+ "value": {
+ "__dns_name__": "fwzone1.test."
+ }
+ }
+ ]
+ }
+} \ No newline at end of file