Test Data Management
- Test Data Management 10.5.1
- All Products
GET http(s)://<host>:<port>/api/public/tdw/v1/jobs/<job ID>
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
Parameter
| Description
|
---|---|
Job ID
| ID of the job.
|
GET http://<host>:6605/api/public/tdw/v1/jobs/180
{ "id": 180, "name": "Reset Data Set from Test Data Warehouse", "description": "Reset - RESET Version2 - from Test Data Warehouse - OracleMart", "status": "Succeeded", "start_date": 1543869236270, "end_date": 1543869279900, "job_type": "Reset Data Set from Test Data Warehouse", "created_by_name": "Administrator", "creation_date": 1543869223878, "creation_date_str": "12/04/2018 02:03:43 AM", "last_updated_date": 1543869223878, "last_updated_date_str": "12/04/2018 02:03:43 AM", "last_updated_by_name": "Administrator", "schedule_on": 1543869223856, "paused_at_step": 0, "percent_complete": 100, "job_action_type": null, "child_job_id": -1 }