Authorization: Bearer ********************
[
{
"indicatorId": "234d31af-d293-e107-54a4-f2725c9d969e",
"nodeName": "主线流量",
"node": "ns=2;s=Z3\\Test\\TestFlow1.PV",
"unit": "m³/s",
"dataType": 2,
"decimalPlaces": 2,
"timeProcessingMode": 1,
"isOpenSync": true,
"period": 5,
"opcFlag": "OPCTest",
"isRealData": true,
"subKey": "测试水厂出厂|ceshi_1_shuichang_flow|3a0d4cc8-9a68-1658-ae5e-e6c969eb66ea"
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/iot-service/api/v1/opc-ua/init-communication' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"indicatorId": "234d31af-d293-e107-54a4-f2725c9d969e",
"nodeName": "主线流量",
"node": "ns=2;s=Z3\\Test\\TestFlow1.PV",
"unit": "m³/s",
"dataType": 2,
"decimalPlaces": 2,
"timeProcessingMode": 1,
"isOpenSync": true,
"period": 5,
"opcFlag": "OPCTest",
"isRealData": true,
"subKey": "测试水厂出厂|ceshi_1_shuichang_flow|3a0d4cc8-9a68-1658-ae5e-e6c969eb66ea"
}
]'
true