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
Retrieves the Informatica agent's metadata
Inputs
Input |
Detail |
Agent Name |
Enter the name of the Informatica agent to inspect |
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
Lists all agents within the given Informatica environment
Inputs
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
Lists all Informatica tasks available to a user
Inputs
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
Executes a job in Informatica
Inputs
Input |
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 |