配置更新
Requests
获取配置
Topic: thing/product/{gateway_sn}/requests
Direction: up
Method: config
Data:
Column | Name | Type | constraint | Description |
---|---|---|---|---|
config_type | 配置类型 | enum | {"json":"json格式"} | |
config_scope | 配置范围 | enum | {"product":"产品维度"} |
Example:
{
"tid": "6a7bfe89-c386-4043-b600-b518e10096cc",
"bid": "42a19f36-5117-4520-bd13-fd61d818d52e",
"timestamp": 1667803298000,
"gateway": "sn",
"method": "config",
"data": {
"config_type": "json",
"config_scope": "product"
}
}
Topic: thing/product/{gateway_sn}/requests_reply
Direction: down
Method: config
Data:
Column | Name | Type | constraint | Description |
---|---|---|---|---|
ntp_server_host | NTP 服务 Host | string | {} | 任意支持 NTP 服务的服务器域名或 IP。默认端口为 123。服务器域名或 IP 需要可被机场网络访问。 |
app_id | 在 开发者网站 创建的 App 的 ID | string | {} | |
app_key | 在 开发者网站 创建的 App 的 Key | string | {} | |
app_license | 在 开发者网站 创建的 App 的 License | string | {} |
Example:
{
"tid": "6a7bfe89-c386-4043-b600-b518e10096cc",
"bid": "42a19f36-5117-4520-bd13-fd61d818d52e",
"timestamp": 1667803298000,
"gateway": "sn",
"method": "config",
"data": {
"ntp_server_host": "host_url",
"app_id": "123456",
"app_key": "app_key",
"app_license": "app_license"
}
}