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