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. File Ingestion and Replication REST API
  7. Streaming Ingestion and Replication REST API
  8. RunAJob utility
  9. ParamSetCli utility
  10. REST API codes
  11. 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 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.
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.
For more information about password encryption, see Encrypting a password on Linux or Encrypting a password on Windows.
use.encryption
Enables use of an encrypted password. Set the value to
true
when you use an encrypted password.
CONNECT_TIMEOUT_SECONDS
Connection timeout period to accommodate network issues or latency specific to your environment. Default is 30 seconds.
The following example shows the
restenv.properties
file with an encrypted password:
username=saki password=:1xCGDTC0oD9B2Rmd8Sr4IZWaWWkcEmiK5fy+GkycA== ACTIVITYMONITORWAIT=2000 TOTALWAIT=60000 PROXYHOST= PROXYPORT= RETRYCOUNT=30 use.encryption=true CONNECT_TIMEOUT_SECONDS=30
For more information, see RunAJob utility arguments.

0 COMMENTS

We’d like to hear from you!