IoT Time series 如何通过接口与参数获取最近的数据,以及参数 Limit 使用方法和参数意义?
SolutionStep 1: 通过asset management接口https://documentation.mindsphere.io/MindSphere/apis/advanced-assetmanagement/api-assetmanagement-api.html,先获取模型对应的assetId/aspect type ID/Variables
Step 2: 通过IoT timeseries 接口:https://documentation.mindsphere.io/MindSphere/apis/iot-iottimeseries/api-iottimeseries-api.html,Get 方法配合参数from/to/sort/select 参数,获取最近的数据.
Step 3: 再将需要统一展示的varaibles数据,再按需求组装在一起,发送前端程序展示。
Note : limit 如果跟from 或者from/to 一起使用,其表示特定时间内限制返回多少个数据,如果这个时间段内,没有数据,其返回会为空,如果跟select参数一起工作,select选定的variable返回也可能因这段时间内没有数据而为空。
Notes
Notes