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
1 $ curl 'http://localhost:17777/jolokia/exec/org.opendaylight.controller:type=ConfigRegistry/lookupConfigBeans()' | jsonpp
2 {
3     "request": {
4         "mbean": "org.opendaylight.controller:type=ConfigRegistry",
5         "operation": "lookupConfigBeans()",
6         "type": "exec"
7     },
8     "status": 200,
9     "timestamp": 1362417043,
10     "value": [
11         {
12             "objectName": "org.opendaylight.controller:instanceName=fixed1,interfaceName=modifiable-threadpool,type=ConfigBean"
13         },
14         {
15             "objectName": "org.opendaylight.controller:instanceName=fixed1,interfaceName=testing-threadpool,type=ConfigBean"
16         }
17     ]
18 }