Authorization: Bearer ********************
{
"opcFlag": "OPCTest",
"node": [
"ns=2;s=Z3\\Test\\TestFlow1.PV"
],
"subKey": "OPCTest|3a0d4cc8-9a68-1658-ae5e-e6c969eb66ea"
}
curl --location --request POST 'https://online-products.dhichina.cn/gateway/iot-service/api/v1/opc-ua/add-subscription' \
--header 'Content-Type: application/json' \
--data-raw '{
"opcFlag": "OPCTest",
"node": [
"ns=2;s=Z3\\Test\\TestFlow1.PV"
],
"subKey": "OPCTest|3a0d4cc8-9a68-1658-ae5e-e6c969eb66ea"
}'
true