Encrypt Password | RESTful API | Teradata Data Mover - Encrypt Password (RESTful API) - 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

Purpose

Create an encrypted password from a password entered as a parameter to use for Data Mover commands using the following URL and method:
Item Description
URL /datamover/encrypted_password
Method POST

Request Parameters

plain
Description: The type of text to encrypt
JSON Data Type: String
Required: Yes

Response Parameters

encrypted
Description: Encrypted password
JSON Data Type: String

Response Example

{
  "encrypted": "ENCRYPTEDPASSWORD"
}