{
"accessType": "",
"edgeId": "",
"networkInfo": "",
"connectType": "TCP_SERVER",
"name": "",
"description": "设备描述",
"productKey": "",
"basicPropertyMap": {
"deviceNo": "string"
},
"pushPlatform": [
"HUAWEI_IOT"
]
}
curl --location --request POST 'https://iot-dev.utapp.cn/api/device/createQuicklyV3' \
--header 'Authorization-Type;' \
--header 'X-Authorization;' \
--header 'Content-Type: application/json' \
--data-raw '{
"accessType": "",
"edgeId": "",
"networkInfo": "",
"connectType": "TCP_SERVER",
"name": "",
"description": "设备描述",
"productKey": "",
"basicPropertyMap": {
"deviceNo": "string"
},
"pushPlatform": [
"HUAWEI_IOT"
]
}'
{
"id": "string",
"name": "string"
}