- Print
- DarkLight
Informatica Cloud offers iPaaS on the cloud that enables the integration of disparate data by updating and synchronizing specific business processes and integrating data from different environments. Whether acting between cloud applications and SaaS platforms, or interfacing with application archives and databases on-premise, Informatica Cloud provides the tools needed to design a custom solution.
Informatica Configuration
You need to create admin user on Informatica Intelligent Cloud Service platform. Using admin credentials (Username and password) we can access APIs of Informatica.
API Reference
The default Token URL is mentioned below. Users need to replace “cloud_provider” and “region” in the URL. Admin user’s “username” and “password” are required.
- Token URL: https://<cloud provider>-<region>.informaticacloud.com/saas/public/core/v3/login
The values for cloud provider and region correspond to the name of the POD (Point of Deployment) that your organization uses. The following table lists the POD names and the corresponding cloud provider and region to use in the login URL.
POD name | Cloud provider-region |
---|---|
USW1 | dm-us |
USE2 | dm-us |
USW3 | dm-us |
USE4 | dm-us |
USW5 | dm-us |
USE6 | dm-us |
USW1-1 | dm1-us |
USW3-1 | dm1-us |
USW1-2 | dm2-us |
CAC1 | dm-na |
APSE1 | dm-ap |
APSE2 | dm1-apse |
APNE1 | dm1-ap |
APAUC1 | dm1-apau |
EMW1 | dm-em |
EMC1 | dm1-em |
UK1 | dm-uk |
For more information about the POD names and corresponding cloud providers and regions, see the Product Availability Matrix (PAM) for Informatica Intelligent Cloud Services on the Knowledge Base.
Default API URLs are mentioned below.
- <base_url>/saas/public/core/v3/users
- <base_url>/saas/public/core/v3/securityLog
- <base_url>/saas/public/core/v3/objects
You need to replace “base_url” and that can be found in the browser URL section once you login into “Informatica” web application.
DataBee Configuration
- Log into the DataBee console, navigate to Data and click on Add New Data Source.
- Search for Informatica and click it.
- Select API Ingest.
- While configuring data source in Databee UI:
- Authorization Method: Token URL Auth.
- Username / Password: Enter the API username and password.
- Token URL: Update the token url with cloud provider and region.
- API URL: Update the API urls with the base URL.