Create Job | RESTful API | Teradata Data Mover - Create Job (RESTful API) - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
16.20
Published
November 2021
Language
English (United States)
Last Update
2021-11-04
dita:mapPath
wph1512683331242.ditamap
dita:ditavalPath
4101_UG_dm_1620.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

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
JSON Data Type: String
Required: No
uowid
Description: Unit of work id
JSON Data Type: String
Required: No
sourceLogin
Description: Properties of the source system
JSON Data Type: Object (LoginType)
Required:Yes
targetLogin
Description: Properties of the target system
JSON Data Type: Object (LoginType)
Required:Yes
settings
Description: Properties of the job configuration
JSON Data Type: Object (SettingsType)
Required: No
jobSecurity
Description: Job security details
JSON Data Type: Object (JobSecurityType)
Required: No
objects
Description: Objects to be copied
JSON Data Type: Object (DbObjectType)
Required: Yes

Response Parameters

No response parameters required.

Response Example

{
    "error":"job creation failed, table does not exist in source database"
}