Add suite testing IoTDM plugin infrastructure
[integration/test.git] / csit / variables / IoTDM / negative_tcs / http_cfg / invalid_sec_level / post_data.json
1 {
2     "onem2m-protocol-http-providers" : [
3         {
4             "http-provider-instance-name": "HttpProviderDefault",
5             "router-plugin-config": {
6                 "secure-connection": false
7             },
8             "server-config": {
9                 "secure-connection": false,
10                 "server-security-level": "l4",
11                 "server-port": 8282
12             },
13             "notifier-plugin-config": {
14                 "secure-connection": false
15             }
16         }
17     ]
18 }