Last Updated on : 2024-08-07 09:18:36download
获取设备的统计配置信息。该信息可以用户后续的统计接口
GET: /v1.0/m/analytics/statistics/dev/config
Parameter name | Type | IN | Required | Description |
---|---|---|---|---|
devId | String | query | true | 设备 ID |
Parameter name | Type | Description |
---|---|---|
productId | String | 产品 ID |
devId | String | 设备 ID |
dpId | String | dpID |
algorithmType | String | 算法类型
|
statisticInterval | String | 统计间隔
|
GET: /v1.0/m/analytics/statistics/dev/config?devId=devId
{
"result": [
{
"devId": "devId",
"productId": "pid",
"dpId": 17,
"algorithmType": "sum",
"statisticInterval": 0,
"id": 25
}
],
"t": 1622017369420,
"success": true,
"status": "ok"
}
For more information, see error code.
Is this page helpful?
YesFeedbackIs this page helpful?
YesFeedback