Add suite testing IoTDM plugin infrastructure
[integration/test.git] / csit / variables / IoTDM / simple_config / get_startup / config / response.json
1 {
2   "output": {
3     "onem2m-simple-config-list": [
4       {
5         "plugin-name": "Onem2mExample",
6         "plugin-instances": [
7           {
8             "instance-name": "default",
9             "plugin-simple-config": {
10               "key-val-list": [
11                 {
12                   "cfg-key": "11111",
13                   "cfg-val": "Val1"
14                 },
15                 {
16                   "cfg-key": "000000",
17                   "cfg-val": "testVal"
18                 }
19               ]
20             }
21           }
22         ]
23       }
24     ]
25   }
26 }