Test Data Management
- Test Data Management 10.5
- All Products
GET http(s)://<host>:<port>/api/public/tdm/v1/jobs/<job ID>
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
Parameter
| Description
|
---|---|
jobId
| Required. ID of the job.
|
GET http://<host>:6605/api/public/tdm/v1/jobs/19
{ "id": 19, "name": "Execute Workflow", "description": "Plan: REL_DIC, Workflow: ", "startDate": 1540983189063, "endDate": 1540983261197, "status": "SUCCESS", "jobType": "LOAD_WORKFLOW", "createdByName": "Administrator", "creationDate": 1540983161005, "lastUpdatedDate": 1540983161005, "lastUpdatedByName": "Administrator", "scheduleOn": 1540983161005, "pausedAtStep": 0, "percentComplete": 100, "jobActionType": null, "childJobId": -1 }