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

Teradata® Data Mover User Guide - 20.01

Deployment
VantageCloud
VantageCore
Edition
Enterprise
IntelliFlex
Lake
VMware
Product
Teradata Data Mover
Release Number
20.01
Published
November 2023
Language
English (United States)
Last Update
2023-12-05
dita:mapPath
hlv1700545853003.ditamap
dita:ditavalPath
mpm1591127278842.ditaval
dita:id
don1467241476387
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"
}