Authorization: Bearer ********************
[
{
"opcFlag": "OPCTest",
"subKey": "测试水厂出厂|ceshi_1_shuichang_flow|3a0d4cc8-9a68-1658-ae5e-e6c969eb66ea",
"node": "ns=2;s=Z3\\Test\\TestFlow.PV",
"notifyPattern": "notify",
"remarks": "测试",
"notifyDetails": {
"notifyUrl": "http://localhost:61001/api/v1/test?tenantId=3a0d4cc8-9a68-1658-ae5e-e6c969eb66ea&deviceName=测试水厂出厂&indicator=ceshi_1_shuichang_flow"
},
"isEnterDB": false
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/iot-service/api/v1/opc-ua/add-pub-sub' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"opcFlag": "OPCTest",
"subKey": "测试水厂出厂|ceshi_1_shuichang_flow|3a0d4cc8-9a68-1658-ae5e-e6c969eb66ea",
"node": "ns=2;s=Z3\\Test\\TestFlow.PV",
"notifyPattern": "notify",
"remarks": "测试",
"notifyDetails": {
"notifyUrl": "http://localhost:61001/api/v1/test?tenantId=3a0d4cc8-9a68-1658-ae5e-e6c969eb66ea&deviceName=测试水厂出厂&indicator=ceshi_1_shuichang_flow"
},
"isEnterDB": false
}
]'
true