Skip to main content Skip to complementary content
Close announcements banner

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
GET /services/rest/tasks/staging/{container}/execs/{executionId}
Parameters
  • container: This is a String value which represents the name of the container.
  • model: This is a String value which represents the name of the MDM data model.
  • executionId: This is a String value which represents the execution ID of the validation task.
Headers
  • Accept: application/json
  • Authorization: Basic Authentication scheme
Response The execution statistics of the specified validation task for a container.
Status
  • 200 OK: The operation is executed successfully.
  • 401 UNAUTHORIZED: Login fails, invalid username or password.
  • 500 INTERNAL SERVER ERROR: Other errors.

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
}

Did this page help you?

If you find any issues with this page or its content – a typo, a missing step, or a technical error – let us know how we can improve!