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