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