Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / testConfigs / input.json
diff --git a/opendaylight/netconf/netconf-impl/src/test/resources/testConfigs/input.json b/opendaylight/netconf/netconf-impl/src/test/resources/testConfigs/input.json
new file mode 100644 (file)
index 0000000..5e03681
--- /dev/null
@@ -0,0 +1,10 @@
+{\r
+   "value":null,\r
+   "status":200,\r
+   "request": {\r
+                "type":"exec",\r
+                "mbean":"java.util.logging:type=Logging",\r
+                "operation":"setLoggerLevel",\r
+                "arguments":["global","INFO"]\r
+              }\r
+}
\ No newline at end of file