From b9ad279ad2d8d93dd501115a028783cf8fe7fcbd Mon Sep 17 00:00:00 2001 From: Adam Young Date: Wed, 19 Jan 2011 12:26:14 -0500 Subject: rename static to ui Directory rename --- install/ui/test/data/dnszone_add.json | 46 +++++++++++++++++++++++++++++++++++ 1 file changed, 46 insertions(+) create mode 100644 install/ui/test/data/dnszone_add.json (limited to 'install/ui/test/data/dnszone_add.json') diff --git a/install/ui/test/data/dnszone_add.json b/install/ui/test/data/dnszone_add.json new file mode 100644 index 000000000..6870acc5b --- /dev/null +++ b/install/ui/test/data/dnszone_add.json @@ -0,0 +1,46 @@ +{ + "error": null, + "id": 3, + "result": { + "result": { + "dn": "idnsname=henson.ayoung.boston.devel.redhat.com,cn=dns,dc=ayoung,dc=boston,dc=devel,dc=redhat,dc=com", + "idnsallowdynupdate": [ + "FALSE" + ], + "idnsname": [ + "henson.ayoung.boston.devel.redhat.com" + ], + "idnssoaexpire": [ + "1209600" + ], + "idnssoaminimum": [ + "3600" + ], + "idnssoamname": [ + "ayoung.boston.devel.redhat.com" + ], + "idnssoarefresh": [ + "3600" + ], + "idnssoaretry": [ + "900" + ], + "idnssoarname": [ + "root.henson.ayoung.boston.devel.redhat.com." + ], + "idnssoaserial": [ + "2010021201" + ], + "idnszoneactive": [ + "TRUE" + ], + "objectclass": [ + "top", + "idnsrecord", + "idnszone" + ] + }, + "summary": null, + "value": "henson.ayoung.boston.devel.redhat.com" + } +} \ No newline at end of file -- cgit