Backup Daemon | RESTful API | Teradata Data Mover - Backup Daemon (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

Back up the Data Mover daemon repository and configuration files to a directory using the following URL and method:
Item Description
URL /datamover/backups
Method POST

Request Parameters

directory
Description: Directory name to store the backup
JSON Data Type: String
Required: No
Default directory /var/opt/teradata/datamover/daemon_backup. If specifying a directory, the path must be relative to the default path or an absolute path pointing to a directory that dmuser has access.

Response Parameters

message
Description: States if the backup was successful or failed
JSON Data Type: String

Response Example

{
  "message": "Daemon backup job has finished, backup files is saved at location : /var/opt/teradata/datamover/daemon_backup/test1/."
}