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