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