Initial code drop of netconf protocol implementation
[controller.git] / opendaylight / netconf / netconf-impl / src / test / resources / org / opendaylight / controller / netconf / impl / listener / databaseinteractions / jolokia_lookupConfigBeans.txt
diff --git a/opendaylight/netconf/netconf-impl/src/test/resources/org/opendaylight/controller/netconf/impl/listener/databaseinteractions/jolokia_lookupConfigBeans.txt b/opendaylight/netconf/netconf-impl/src/test/resources/org/opendaylight/controller/netconf/impl/listener/databaseinteractions/jolokia_lookupConfigBeans.txt
new file mode 100644 (file)
index 0000000..2ae705a
--- /dev/null
@@ -0,0 +1,18 @@
+$ curl 'http://localhost:17777/jolokia/exec/org.opendaylight.controller:type=ConfigRegistry/lookupConfigBeans()' | jsonpp
+{
+    "request": {
+        "mbean": "org.opendaylight.controller:type=ConfigRegistry",
+        "operation": "lookupConfigBeans()",
+        "type": "exec"
+    },
+    "status": 200,
+    "timestamp": 1362417043,
+    "value": [
+        {
+            "objectName": "org.opendaylight.controller:instanceName=fixed1,interfaceName=modifiable-threadpool,type=ConfigBean"
+        },
+        {
+            "objectName": "org.opendaylight.controller:instanceName=fixed1,interfaceName=testing-threadpool,type=ConfigBean"
+        }
+    ]
+}