Purpose
Create a job using the following URL and method:
Item | Description | ||
---|---|---|---|
URL | /datamover/jobs | ||
Method | POST |
Request Parameters
- jobName
- Description: Name of the job
- uowid
- Description: Unit of work id
- sourceLogin
- Description: Properties of the source system
- targetLogin
- Description: Properties of the target system
- settings
- Description: Properties of the job configuration
- jobSecurity
- Description: Job security details
- objects
- Description: Objects to be copied
Response Parameters
No response parameters required.
Response Example
{ "error":"job creation failed, table does not exist in source database" }