Add suite testing IoTDM plugin infrastructure
[integration/test.git] / csit / variables / IoTDM / simple_config_registrations / added_data / response.json
1 {
2   "output": {
3     "registered-simple-config-client-plugins-table": [
4       {
5         "plugin-name": "Onem2mExample",
6         "registered-simple-config-client-plugin-instances": [
7           {
8             "plugin-instance-name": "default",
9             "plugin-simple-config": {
10               "key-val-list": [
11                 {
12                   "cfg-key": "000000",
13                   "cfg-val": "testVal"
14                 },
15                 {
16                   "cfg-key": "11111",
17                   "cfg-val": "Val1"
18                 }
19               ]
20             },
21             "iotdm-common-plugin-data": {
22               "plugin-instance-name": "default",
23               "plugin-name": "Onem2mExample",
24               "plugin-class": "org.opendaylight.iotdm.onem2mexample.impl.Onem2mExampleCustomProtocol"
25             }
26           }
27         ]
28       }
29     ]
30   }
31 }