Table of Contents

Search

  1. Preface
  2. Informatica Intelligent Cloud Services REST API
  3. Platform REST API version 2 resources
  4. Platform REST API version 3 resources
  5. Data Integration REST API
  6. Mass Ingestion Files REST API
  7. Mass Ingestion Streaming REST API
  8. Model Serve REST API
  9. RunAJob utility
  10. ParamSetCli utility
  11. REST API codes
  12. REST API resource quick references

REST API Reference

REST API Reference

Login properties

Login properties

Specify
Informatica Intelligent Cloud Services
login credentials in the
restenv.properties
file. Or, you can include the login parameters as arguments in a task command.
Use login credentials for a native
Informatica Intelligent Cloud Services
user account. You can't use a SAML user account for the RunAJob utility.
You can use a password string or an encrypted password for the password parameter value.
To create an encrypted password, use one of the following commands:
./cli.sh encryptText -t <password>
./cli.sh encryptText -text <password>
Copy the encrypted password string and replace the 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 and the
use.encryption
flag set to true:
username=saki password=:1xCGDTC0oD9B2Rmd8Sr4IZWaWWkcEmiK5fy+GkycA== ACTIVITYMONITORWAIT=2000 TOTALWAIT=60000 PROXYHOST= PROXYPORT= RETRYCOUNT=30 use.encryption=true
Include the following parameters in the
restenv.properties
file or in task commands:
Parameter
Description
baseUrl
Base 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.
use.encryption
Enables use of an encrypted password. To use an encrypted password, set the value to true.
For more information, see “RunAJob arguments.”

0 COMMENTS

We’d like to hear from you!