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

Headers

Authentication
string
required

Body

application/json
sn
string

指定sn(多个逗号间隔)

productModel
string

指定产品的设备

config
object

指定配置下发

sendDiff
boolean

是否差异化下发

Response

200 - application/json

The response is of type object.