Add suite testing IoTDM plugin infrastructure
[integration/test.git] / csit / variables / IoTDM / simple_config / 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": "11111",
9           "cfg-val": "Val1"
10         },
11         {
12           "cfg-key": "000000",
13           "cfg-val": "testVal"
14         }
15       ]
16     }
17   }
18 }