Authorization: Bearer ********************
[
{
"opcFlag": "OPCTest",
"node": "ns=2;s=Z3\\Test\\TestFlow1.PV",
"nodeValue": "5.3",
"dataType": 2
},
{
"opcFlag": "OPCTest",
"node": "ns=2;s=Z3\\Test\\TestFlow2.PV",
"nodeValue": "5.5",
"dataType": 2
}
]
curl --location --request POST 'https://online-products.dhichina.cn/gateway/iot-service/api/v1/opc-ua/write-node-for-batch' \
--header 'Content-Type: application/json' \
--data-raw '[
{
"opcFlag": "OPCTest",
"node": "ns=2;s=Z3\\Test\\TestFlow1.PV",
"nodeValue": "5.3",
"dataType": 2
},
{
"opcFlag": "OPCTest",
"node": "ns=2;s=Z3\\Test\\TestFlow2.PV",
"nodeValue": "5.5",
"dataType": 2
}
]'
true