Insights Hub 在Insights Hub的MindConnect IoT Extension中,如何删除已废弃变量?

2023-04-24T05:01:44Z
Connectivity

摘要


详细信息

在Insights Hub的MindConnect IoT Extension中,all devices下点击某个设备,在显示的Measurements中如何删除已上传过的数据变量?

Solution

首先需要说明的是在MindConnect IoT Extension中,删除Measurements下的变量,它不是同步删除变量,而是一个异步删除过程;特别是当删除的变量具有大量关联数据时,接口调用返回成功,但前端界面查询结果有较大延迟。发送请求后,平台开始以异步方式删除相关数据;最后,只有在该变量上传的相关数据删除后,才会删除该变量,前端才会看见变量被删除了。

在Measurements下删除已上传数据变量的操作步骤如下:

如,我们需要删除下图中的Steam变量


1.使用GET <<url>>/measurement/measurements接口获取measurements中的信息,在返回的信息中找到需要删除measurementId


2.通过measurementId在 GET <<url>>/measurement/measurements/<<measurementId>>  获取确认需要删除变量信息,在数据量大的情况下以防删错变量


3.使用DELETE <<url>>/measurement/measurements/<<measurementID>>接口删除变量


接口操作可以参考链接中的内容:

按条件查询: https://cumulocity.com/guides/10.7.0/reference/measurements/#get---retrieve-all-or-some-series-of-measurements

单个删除: https://cumulocity.com/guides/10.7.0/reference/measurements/#delete---delete-a-measurement

批量删除: https://cumulocity.com/guides/10.7.0/reference/measurements/#delete---delete-a-measurement-collection

Notes

Notes

知识库文章 ID# PL8590744

内容

摘要详细信息

关联组件

MindConnect IoT Extension