Skip to main content
POST
/
api
/
device
/
config
/
set
设备配置下发
curl --request POST \
  --url https://api.example.com/api/device/config/set \
  --header 'Authentication: <authentication>' \
  --header 'Content-Type: application/json' \
  --data '
{
  "idSn": "device000001"
}
'
{}

Headers

Authentication
string
required

Body

application/json
idSn
string
required
async
boolean

默认false同步,true为异步

config
object

指定配置下发

sendDiff
boolean

是否差异化下发

Response

200 - application/json

The response is of type object.