Authorization: Bearer ********************
{
"endTime": "2019-08-24T14:15:22Z",
"errorDesc": "string",
"execId": "string",
"executeStatus": "string",
"id": 0,
"jobFlowExecuteLogId": 0,
"jobFlowNode": {
"bugNodeInfo": "string",
"datacenterJobId": 0,
"dependOn": "string",
"fields": "string",
"filter": "string",
"id": 0,
"jobNodeTypeId": "string",
"name": "string",
"nextNode": "string",
"nodeStyle": "string",
"param": "string",
"points": "string",
"readCount": 0,
"summary": "string",
"writeCount": 0
},
"jobNodeId": 0,
"readCount": 0,
"startTime": "2019-08-24T14:15:22Z",
"writeCount": 0
}
curl --location --request POST '/datacenter/etlJobFlowNodeExecuteLog/selectByCondition' \
--header 'Content-Type: application/json' \
--data-raw '{
"endTime": "2019-08-24T14:15:22Z",
"errorDesc": "string",
"execId": "string",
"executeStatus": "string",
"id": 0,
"jobFlowExecuteLogId": 0,
"jobFlowNode": {
"bugNodeInfo": "string",
"datacenterJobId": 0,
"dependOn": "string",
"fields": "string",
"filter": "string",
"id": 0,
"jobNodeTypeId": "string",
"name": "string",
"nextNode": "string",
"nodeStyle": "string",
"param": "string",
"points": "string",
"readCount": 0,
"summary": "string",
"writeCount": 0
},
"jobNodeId": 0,
"readCount": 0,
"startTime": "2019-08-24T14:15:22Z",
"writeCount": 0
}'
{
"property1": {},
"property2": {}
}