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
Response Parameters
- encrypted
- Description: Encrypted password
Response Example
{ "encrypted": "ENCRYPTEDPASSWORD" }