X-Git-Url: https://git.opendaylight.org/gerrit/gitweb?a=blobdiff_plain;f=opendaylight%2Fnetconf%2Fnetconf-impl%2Fsrc%2Ftest%2Fresources%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fimpl%2Flistener%2Fdatabaseinteractions%2Fjolokia_config_bean_response.txt;fp=opendaylight%2Fnetconf%2Fnetconf-impl%2Fsrc%2Ftest%2Fresources%2Forg%2Fopendaylight%2Fcontroller%2Fnetconf%2Fimpl%2Flistener%2Fdatabaseinteractions%2Fjolokia_config_bean_response.txt;h=2ae32efb654f90a5966ff7bb2d261d0d012abb1a;hb=a92d9d6a21a0f6ca8d2153795721f500eaf29ee9;hp=0000000000000000000000000000000000000000;hpb=fbc3092ca33990f0fc4a47f008786a416c484488;p=controller.git 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 index 0000000000..2ae32efb65 --- /dev/null +++ b/opendaylight/netconf/netconf-impl/src/test/resources/org/opendaylight/controller/netconf/impl/listener/databaseinteractions/jolokia_config_bean_response.txt @@ -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