REST API Reference > ParamSetCli utility > ParamSetCli utility setup
  

ParamSetCli utility setup

To set up the ParamSetCli utility, unzip the downloaded paramsetcli.zip to a directory other than the Secure Agent installation directory.
The ParamSetCli utility contains the following files:
To customize the ParamSetCli properties, you can update the existing restenv.properties and log4j.properties files.

Login properties

Specify the Informatica Intelligent Cloud Services login credentials in the restenv.properties file. Or, you can pass the login parameters through cli using the -u and -p arguments.
You can use a password string or an encrypted password for the password parameter and the PROXYPWD parameter.
To create an encrypted password, use one of the following commands:
./paramsetcli.sh encryptText -t <password>
./paramsetcli.sh encryptText -text <password>
You can use paramsetcli.bat for Windows and paramsetcli.sh for Unix-like operating systems.
Copy the encrypted password string and replace the password or proxy password in the restenv.properties file with the encrypted string, and then set the use.encryption flag to true.
The following example shows the restenv.properties file with an encrypted password, an encrypted proxy password, and the use.encryption flag set to true:
baseUrl=https://dm-us.informaticacloud.com/ma
username=testuser
password=:1xCGDTC0oD9B2Rmd8Sr4IZWaWWkcEmiK5fy+GkycA==
ACTIVITYMONITORWAIT=2000
PROXYHOST=
PROXYPORT=
PROXYUSERNAME=
PROXYPWD=x2UNmQ1nxXbKvKs1+ZOkvQ==
RETRYCOUNT=
use.encryption=true
paramSetBaseUrl=https://na1.dm-us.informaticacloud.com/active-bpel
Include the following parameters in the restenv.properties file or in action commands:
Parameter
Description
baseUrl
Informatica Intelligent Cloud Services MA service URL. Default is https://dm-us.informaticacloud.com/ma.
username
Informatica Intelligent Cloud Services user name.
password
Informatica Intelligent Cloud Services password or encrypted password string.
ACTIVITYMONITORWAIT
The amount of time the utility waits before retrying if an internal exception occurs, such as a login failure or network problem.
Default is 5000 milliseconds.
PROXYHOST
Host name or an IP address of the HTTP(s) proxy server.
PROXYPORT
Port number of the HTTP(s) proxy server.
PROXYUSERNAME
Authenticated user name for the HTTP(s) proxy server. Required if the proxy server requires authentication.
PROXYPWD
Password for the authenticated user or an encrypted password string for the authenticated user. Required if the proxy server requires authentication.
RETRYCOUNT
The number of times the utility polls for status. This parameter is used for polling the activity monitor and activity log for job status and for internal exceptions such as login failure or network problems.
Default is 6.
Note: Informatica Intelligent Cloud Services adds 10 seconds between each API call to prevent server issues.
use.encryption
Enables the use of an encrypted password. To use an encrypted password or an encrypted proxy password, set the value to true.
paramSetBaseUrl
Base URL of Informatica Cloud Data Integration suffixed with active-bpel.
Default is https://na1.dm-us.informaticacloud.com/active-bpel.