到kaa服务器的curl dend通知错误

到kaa服务器的curl dend通知错误,curl,Curl,此旋度不适用于我向kaa服务器发送dend通知 curl -v -S -u devuser:devuser123 -F'notification={"applicationId":"32768","schemaId":"65546","topicId":"65538","type":"USER"};type=application/json' -F file=@notification.json "http://localhost:8080/kaaAdmin/rest/api/sendNotif

此旋度不适用于我向kaa服务器发送dend通知

curl -v -S -u devuser:devuser123 -F'notification={"applicationId":"32768","schemaId":"65546","topicId":"65538","type":"USER"};type=application/json' -F file=@notification.json "http://localhost:8080/kaaAdmin/rest/api/sendNotification" | python -mjson.tool
它正在向我显示以下错误消息

timeout on name lookup is not supported
。。。而且

Error 400 Required request part 'notification' is not present

在表单字段
通知
命令应如下所示

curl -v -S -u devuser:devuser123 -F 'notification={"applicationId":"32768","schemaId":"65546","topicId":"65538","type":"USER"};type=application/json' -F file=@notification.json "http://localhost:8080/kaaAdmin/rest/api/sendNotification" | python -mjson.tool

*不支持名称查找超时EDI am getting:错误400所需的请求部分“通知”不存在。