- Opcua
- 初始化OPC-UA Server信息,如IP、端口、标识等信息POST
- 新增OPC-UA Server信息,如IP、端口、标识等信息POST
- 更新OPC-UA Server信息,如IP、端口、标识等信息POST
- 删除OPC-UA Server信息POST
- 获取OPC-UA Server信息,如IP、端口、标识等信息POST
- 添加基于opc-ua的发布订阅监测项POST
- 将订阅监测信息更新到缓存中,不存在则添加POST
- 删除opc-ua的发布订阅监测项,可先通过query-pub-sub查询相应的监测项后再删除POST
- 修改opc-ua的发布订阅监测项,可先通过/api/v1/opc-ua/query-pub-sub查询相应的监测项后再修改POST
- 查询opc-ua的发布订阅监测项POST
- 添加指标对应的opc-ua监测点POST
- 修改指标对应的opc-ua监测点,可先通过/api/v1/opc-ua/query-communication查询相应的监测点后再修改POST
- 删除指标对应的opc-ua监测点,可先通过/api/v1/opc-ua/query-communication查询相应的监测点后再修改POST
- 查询指标对应的opc-ua监测点,若参数为空,则查询该租户下所有的监测点信息POST
- 查询指标对应的opc-ua监测点,用于项目配置平台显示POST
- 初始化指标对应的opc-ua监测点,根据输入的监测点数据,删除系统中多余的监测点,如果输入的监测点已存在则更新,不存在则新增。POST
- 初始化指标对应的opc-ua监测点,如果存在则全部删除后再添加POST
- 导出opc-ua配置信息, 包含设备、指标、OPC节点等配置,将配置信息转换成excel并下载POST
- 导入opcua配置,将配置项按照模板文件格式整理后导入到系统中POST
- 将OpcUaPubSub中所有节点添加订阅POST
- 添加订阅,连接opcua服务地址并添加节点订阅,配置文件中的PublishingInterval可设置订阅频率,不设置则为0POST
- 读取节点数据,连接opcua服务地址读取指定的节点数据POST
- 往节点写入数据,连接opcua服务地址并将数据写入到节点中,可通过read-node查看是否写入成功POST
- 将iot服务的心跳写入到opcua服务端,Nodevalue可为空,默认值为当前时刻的秒数POST
- 往节点写入数据-批量下发POST
- 同步opc server遥测数据,将同一租户下同步策略名称一致的批量同步到系统中POST
- 查询opcua服务心跳是否正常,判断结果存储在缓存中。POST
- 定时监测opcua服务心跳数据是否正常并将判断结果保存到缓存中,结果通过接口/api/v1/opc-ua/opc-heart-beat接口查看POST
- Telemetry
- Asset
- Auth
- ControlCmd
- Data
- 清洗数据查询
- 获取清洗数据
- 查询清洗数据
- 更新清洗数据信息 注:升级后改为调用OnlineProcessedDatas/Save接口
- 添加清洗数据信息 Add online processed data
- 保存清洗数据
- 修改最新的Tag
- 更新设备的数据清洗标签
- 添加或更新清洗数据信息-目前仅提供给清洗算法使用,升级后改为调用Save接口
- 修改清洗数据-目前仅提供给清洗算法使用,升级后改为调用Save接口
- 仿真在线数据
- 仿真在线数据
- [内部接口]保存实测数据
- [内部接口]保存实测数据
- [内部接口]从Redis中获取最新的实测数据
- [内部接口]获取reids中存储的opc相关表信息
- [内部接口]表名OpcUaPubSubNotify、OpcUaPubSub、OpcUaCommunication添加redis
- [内部接口]保存清洗数据到iot 注:此接口为升级后的 保存清洗数据接口
- 缓存清洗数据和源数据
- Device
- DeviceMaintenance
- HistoricalDataSearch
- Integration
- IotGroup
- Mqtt
- NetRequest
- 获取多个设备指标详情GET
- 获取租户下的所有的指标数据GET
- 批量增加设备指标信息 batch add device indicatorsPOST
- 通过指标编码列表(indicator)批量获取指标信息 Get indicator by codeGET
- 初始化设备指标信息,先删除旧的,重新批量新增 init device indicators,delete old data,add new dataPOST
- 根据模型点位id获取模型点位的详细信息GET
- 根据TemplateId列表删除资产/设备与模型点位之间的映射关系 Delete mapping relation between asset/device and model point by TemplateIdsDELETE
- 添加资产/设备与模型点位之间的映射关系 Add mapping relation between asset/device and model pointPOST
- /api/app/net-request/model-boundary-config-list/{templateId}GET
- /api/app/net-request/model-boundary-configPUT
- 获取指标点位与模型数据映射数据GET
- 根据Id获取模型点位信息GET
- 添加模型点位数据类型与设备指标之间的映射关系 Add mapping relation between model point data type and device indicatorPOST
- 更新模型点位数据类型与设备指标之间的映射关系 Update mapping relations between model point data type and device indicatorPUT
- 添加模型点位数据类型与设备指标之间的映射关系 Add mapping relation between model point data type and device indicatorPOST
- TelemetryMockData
/api/app/net-request/model-boundary-config-list/{templateId}
GET
/api/app/net-request/model-boundary-config-list/{templateId}
NetRequest
请求参数
Authorization
在 Header 添加参数
Authorization
,其值为在 Bearer 之后拼接 Token示例:
Authorization: Bearer ********************
Path 参数
templateId
string <uuid>
必需
示例代码
Shell
JavaScript
Java
Swift
Go
PHP
Python
HTTP
C
C#
Objective-C
Ruby
OCaml
Dart
R
请求示例请求示例
Shell
JavaScript
Java
Swift
curl --location --request GET 'https://online-products.dhichina.cn/gateway/iot-service/api/app/net-request/model-boundary-config-list/'
返回响应
🟢200成功
text/plain
Body
array of:
id
string <uuid>
可选
modelPointId
string <uuid>
可选
showName
string | null
可选
dfs0File
string | null
可选
dataItem
string | null
可选
pointJson
string | null
可选
measureExpression
string | null
可选
forecastExpression
string | null
可选
templateId
string <uuid>
可选
boundaryId
string | null
可选
boundaryType
enum<integer> <int32>
可选
2-Air_Temperature
3-Evapo_Transpiration
4-Catchment_discharge
5-Catchment_discharge_per_area
6-Catchment_discharge_per_PE
7-Load_point_discharge
8-Load_point_discharge_per_unit
9-Inflow_to_Node
10-Inflow_to_Link
11-Inflow_from_Result_File
12-Outlet_Water_Level
13-Exfiltration_from_node
14-Exfiltration_from_link
15-StormWater_load_surface
16-StormWater_load_RDII
17-Open_Inflow_To_River
18-Source_Inflow_To_River
19-River_Water_Level
20-River_QH_Relation
21-Free_River_Outflow
22-Closed_River_Boundary
30-CS_Pump
31-CS_Valve
32-River_Pump
33-River_Gate
41-Pollutant_concentration
42-Pollutant_load
43-Sediment_concentration
44-Sediment_load
45-Microorganisms
46-Temperature
47-Salinity
48-PH
49-Wate_Age
50-Wate_Blend
51-WD_Pattern
52-WD_Curve
53-WD_Pump
54-WD_Valve
55-Input_Dynamic
56-Input_Steady
999-Other
-1-Undefined
枚举值:
123456789101112131415161718192021223031323341424344454647484950515253545556999-1
dataType
string | null
可选
sort
integer <int32>
排序
示例
[
{
"id": "497f6eca-6276-4993-bfeb-53cbbbba6f08",
"modelPointId": "543f9c9e-05ad-48a9-af06-0d85e009f5e8",
"showName": "string",
"dfs0File": "string",
"dataItem": "string",
"pointJson": "string",
"measureExpression": "string",
"forecastExpression": "string",
"templateId": "196100ac-4eec-4fb6-a7f7-86c8b584771d",
"boundaryId": "string",
"boundaryType": 1,
"dataType": "string",
"sort": 0
}
]