To connect and automate Informatica® Cloud data synchronization and mapping jobs within a chain, add a step with an Informatica connection command.
To enable these commands, an IT admin first creates an Informatica connector.
Get agent details
To retrieve the Informatica agent's metadata, use a Get agent details command.
Equivalent API call: https://docs.informatica.com/integration-cloud/b2b-gateway/current-version/rest-api-reference/platform-rest-api-version-2-resources/secure-agents-and-services.html
Properties
| Property | Detail |
|---|---|
| Agent name | Enter the name of the Informatica agent to retrieve metadata of. |
Outputs
| Output | Output Type |
|---|---|
| Agent ID | String |
| Agent name | String |
| Agent platform | String |
| Active | String |
| Ready to run | String |
| Agent host | String |
| Server URL | String |
| Proxy port | String |
| Agent version | String |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | General failure |
| 10 | Error | API failure |
List agents
To list all agents within the given Informatica environment, use a List agents command.
Equivalent API call: https://docs.informatica.com/integration-cloud/b2b-gateway/current-version/rest-api-reference/platform-rest-api-version-2-resources/secure-agents-and-services.html (look for "GET request for agent details")
Properties
None
Outputs
| Output | Output Type |
|---|---|
| Agents JSON | JSON |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | General failure |
| 10 | Error | API failure |
List tasks
To list all Informatica tasks available to a user, use a List tasks command.
Equivalent API call: https://docs.informatica.com/integration-cloud/b2b-gateway/current-version/rest-api-reference/platform-rest-api-version-2-resources/tasks.html
Properties
None
Outputs
| Output | Output Type |
|---|---|
| Tasks JSON | JSON |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | General failure |
| 10 | Error | API failure |
Run job
To execute a job in Informatica, use a Run job command.
Equivalent API call: https://docs.informatica.com/integration-cloud/b2b-gateway/current-version/rest-api-reference/runajob-utility.html
Properties
| Property | Detail |
|---|---|
| Job ID/name | Enter the name or ID of the job to execute. |
Outputs
| Output | Output Type |
|---|---|
| Job ID | String |
| Job type | String |
| Object ID | String |
| Object name | String |
| Run ID | String |
| Start time | String |
| End time | String |
| Job state | String |
| Total success rows | String |
| Total failed rows | String |
Exit codes
| Code | Type | Detail |
|---|---|---|
| 0 | Success | Success |
| 1 | Error | General failure |
| 10 | Error | API failure |
| 20 | Warning | Informatica job completed with warnings |
| 30 | Error | Informatica job failed |