Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / org / opendaylight / controller / netconf / impl / listener / databaseinteractions / jolokia_config_bean_response.txt
diff --git a/opendaylight/netconf/netconf-impl/src/test/resources/org/opendaylight/controller/netconf/impl/listener/databaseinteractions/jolokia_config_bean_response.txt b/opendaylight/netconf/netconf-impl/src/test/resources/org/opendaylight/controller/netconf/impl/listener/databaseinteractions/jolokia_config_bean_response.txt
new file mode 100644 (file)
index 0000000..2ae32ef
--- /dev/null
@@ -0,0 +1,18 @@
+curl http://localhost:17777/jolokia/read/org.opendaylight.controller:instanceName=fixed1,type=ConfigBean,interfaceName=testing-threadpool | jsonpp
+{
+    "request": {
+        "mbean": "org.opendaylight.controller:instanceName=fixed1,interfaceName=testing-threadpool,type=ConfigBean",
+        "type": "read"
+    },
+    "status": 200,
+    "timestamp": 1362416252,
+    "value": {
+        "ExportedInterfaces": [
+            "testing-threadpool",
+            "modifiable-threadpool"
+        ],
+        "ImplementationName": "fixed",
+        "ThreadCount": 10,
+        "TriggerNewInstanceCreation": false
+    }
+}
\ No newline at end of file