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