Authorization: Bearer ********************
{
"datacenterJobId": 0,
"execParam": [
{
"property1": "string",
"property2": "string"
}
],
"nodeIdDepend": "string"
}
curl --location --request POST '/datacenter/etlJobFlowExecuteTmp/dataBrowse' \
--header 'Content-Type: application/json' \
--data-raw '{
"datacenterJobId": 0,
"execParam": [
{
"property1": "string",
"property2": "string"
}
],
"nodeIdDepend": "string"
}'
{
"property1": {},
"property2": {}
}