http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/location/node
密鑰類型:僅限項目密鑰
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
parentNodeCode | 否 | string | 父節點編碼 |
nodeCode | 否 | string | 節點編碼 |
nodeName | 否 | string | 節點名稱 |
status | 是(yes) | number | 狀态(0-無效,1-有效) |
正确的(of)Json返回結果:
{ "data": { "nodeCode": "116569f302714baca965592ba4cc1ddd" }, "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|
http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/location/account/relate
密鑰類型:僅限項目密鑰
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
nodeCode | 是(yes) | string | 節點編碼 |
account | 是(yes) | string | C端賬号 |
status | 是(yes) | number | 狀态(0-無效,1-有效) |
正确的(of)Json返回結果:
{ "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|
http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/location/account/relate/list
密鑰類型:僅限項目密鑰
根據位置模型節點或者C端用(use)戶信息獲取節點下的(of)用(use)戶列表,節點nodeCode或C端用(use)戶account二選一(one)必填
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
nodeCode | 否 | string | 節點編碼 |
account | 否 | string | C端賬号 |
正确的(of)Json返回結果:
{ "data": { "b8e7d2d4b37e4f5aa670ce5c0422b669", "2890e1172f4d48ae98ac59aaab01db0e" }, "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|
http請求方式: POST
https://iot-cloudapi.clife.cn/v5x/open/api/location/device/list
密鑰類型:僅支持項目密鑰
根據位置模型節點獲取節點下的(of)設備列表
參數名稱 | 是(yes)否必須 | 字段類型 | 參數說明 |
---|---|---|---|
nodeCode | 是(yes) | string | 節點編碼 |
cascade | 否 | number | 是(yes)否支持節點級聯,默認非級聯,0:非級聯;1:級聯 |
pageIndex | 否 | number | 當前頁碼,默認1 |
pageRows | 否 | number | 每頁數量,默認20 |
正确的(of)Json返回結果:
{ "data": { "list": [{ "devId":"2342432423423423432", "physicalAddr":"xxxxxx", "deviceName": "CC13653", "createTime":"2015-06-11 06:00:03" "activeTime":"2015-06-11 06:00:03" "bindTime":"2015-06-11 06:00:03" "productId": 114, "routeDevId": "xxxxxx", "routePhysicalAddr": "xxxxxx" }], "pager": { "currPageRows": 1, "defaultPageRows": 20, "hasNextPage": false, "hasPrevPage": false, "pageEndRow": 9, "pageIndex": 1, "pageRows": 10, "pageStartRow": 0, "paged": false, "totalPages": 1, "totalRows": 1 } }, "code": 0 }
字段名稱 | 字段類型 | 字段說明 |
---|---|---|
devId | string | 設備唯一(one)标識 |
physicalAddr | string | 物理地(land)址 |
deviceName | string | 設備名稱 |
createTime | string | 創建時(hour)間 |
activeTime | string | 激活時(hour)間 |
bindTime | string | 綁定時(hour)間 |
productId | number | 産品id |
routeDevId | string | 子設備對應的(of)網關設備id |
routePhysicalAddr | string | 子設備對應的(of)網關設備物理地(land)址 |