Incremental restore rest parameters | Teradata Data Mover - Incremental Restore Rest Parameters - Teradata Data Mover

Teradata® Data Mover User Guide

Product
Teradata Data Mover
Release Number
17.11
Published
October 2021
Language
English (United States)
Last Update
2021-10-14
dita:mapPath
cai1626458602965.ditamap
dita:ditavalPath
cai1626458602965.ditaval
dita:id
B035-4101
lifecycle
previous
Product Category
Analytical Ecosystem

For information on RESTful API setttings type, see, SettingsType

New parameter:

Name Description JSON Data Type Required
enableIncrementalRestore Enable for incremental copy String: TRUE, FALSE, UNSPECIFIED No

For information on DSA settings type, see, DSASettingsType

New parameter:

Name JASON Data Type Required
irAllowWrite String: TRUE, FALSE, UNSPECIFIED No
irExecutionType String: FULL, UNSPECIFIED No

For example on Teradata to Teradata REST example for sample job JASON, see,Teradata to Teradata REST Example

Following is a JSON snippet showing new IR settings:

"settings":
{
        "priority": "MEDIUM",
        "overwriteExistingObjects": "true",
        "freezeJobSteps": "false",
        "targetDatabase": "targetDatabaseJobLevel",
        "compareDDL": "true",
        "logLevel": "99",
        "map" : "mapname1",
        "enableIncrementalRestore": "FALSE",
        "tdTdSettings":
        {
            "forceUtility": "DSA",         
            "onlineArchive": "false"
        },
        "dsaSettings":{
          "parallelBuilds": 5,
          "irAllowWrite": "UNSPECIFIED",
          "irExecutionType": "UNSPECIFIED"
        }
},