Administrator
- Administrator
- All Products
https://<cloud provider>-<region>.informaticacloud.com/saas/public/core/v3/login
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
|
APNE2 | dm-apne |
APAUC1
| dm1-apau
|
EMW1
| dm-em
|
EMC1
| dm1-em
|
UK1
| dm-uk
|
https://dm1-ap.informaticacloud.com/saas/public/core/v3/login
Field
| Type
| Required
| Description
|
---|---|---|---|
username
| String
| Yes
| Informatica Intelligent Cloud Services user name for the organization that you want to log in to.
Maximum length is 255 characters.
|
password
| String
| Yes
| Informatica Intelligent Cloud Services password.
Maximum length is 255 characters.
|
Field
| Type
| Description
|
---|---|---|
products
| Collection
| Subscribed Informatica products.
|
name
| String
| Product name.
|
baseApiUrl
| String
| Returned in the product object.
Base API URL for the product. Use in REST API requests.
|
userInfo
| Collection
| User information.
|
sessionId
| String
| Returned in the userInfo object.
REST API session ID for the current session. Use in most REST API request headers.
|
id
| String
| Returned in the userInfo object.
User ID.
|
name
| String
| User name.
|
parentOrgId
| String
| Organization ID for the parent organization.
|
orgId
| String
| Returned in the userInfo object.
ID of the organization the user belongs to.
22 characters.
|
orgName
| String
| Returned in the userInfo object.
Organization name.
|
groups
| Collection
| User group information for the user.
|
status
| String
| Status of the user.
Returns one of the following values:
|
POST https://dm-us.informaticacloud.com/saas/public/core/v3/login Content-Type: application/json Accept: application/json { "username": "user@informatica.com", "password": "mypassword" }
{ "products": [ { "name": "Integration Cloud", "baseApiUrl": "https://usw3.dm-us.informaticacloud.com/saas" } ], "userInfo": { "sessionId": "9KA11tLGqxVcGeul8SQBK3", "id": "9L1GFroXSDHe2IIg7QhBaT", "name": "user", "parentOrgId": "52ZSTB0IDK6dXxaEQLUaQu", "orgId": "0cuQSDTq5sikvN7x8r1xm1", "orgName": "MyOrg_INFA", "groups": {}, "status": "Active" } }
GET https://usw3.dm-us.informaticacloud.com/saas/public/core/v3/license/org/0cuQSDTq5sikvN7x8r1xm1 Content-Type: application/json Accept: application/json INFA-SESSION-ID: 9KA11tLGqxVcGeul8SQBK3