Test Data Management
- Test Data Management 10.5
- All Products
POST http(s)://<host>:<port>/api/public/tdm/v1/jobs
Header
| Description
|
---|---|
accept
| Use the following value:
application/json
|
Authorization
| Required. Use the following value:
Basic <user name>
|
Content-Type
| Format to submit forms that can contain files. Use the following value:
Multipart/form-data
|
Property
| Data Type
| Description
|
---|---|---|
type
| String
| Required. You can choose from the following options:
|
projectId
| String
| Required. ID of the project that contains the workflow.
|
planId
| String
| Required. ID of the plan for which you want to generate or run a workflow.
|
integrationServiceName
| String
| Name of the Integration Service to run the job.
|
scheduleOn
| String
| Date and time at which you want to schedule the job to run. Enter the time in milliseconds.
|
file
| File
| Select a parameter file.
|
POST http://<host>:6605/api/public/tdm/v1/jobs
{ "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 }