Get execution statistics of a validation task for a container
Gets execution statistics of a validation task for a container by
its execution ID, including the execution ID, the execution start time, end time and
running time, and also the number of total records, processed records, and invalid
records.
Request |
|
Parameters |
|
Headers |
|
Response | The execution statistics of the specified validation task for a container. |
Status |
|
Sample response
{
"id": "e5aa900c-ddc4-47e4-a81a-9dc1c863b6a2",
"start_date": "2019-03-12T03:31:25.755",
"end_date": "2019-03-12T03:32:00.594",
"running_time": "9:40:39",
"total_record": 6,
"processed_records": 6,
"invalid_records": 0
}