Informatica · Capability
Informatica IICS Platform REST API — Connections
Informatica IICS Platform REST API — Connections. 8 operations. Lead operation: Informatica Retrieve All Connections in the Organization. Self-contained Naftiko capability covering one Informatica business surface.
What You Can Do
GET
Listconnections
— Informatica Retrieve All Connections in the Organization
/v1/saas/api/v2/connection
POST
Createconnection
— Informatica Create a New Connection
/v1/saas/api/v2/connection
GET
Getconnectionbyname
— Informatica Retrieve a Connection by Name
/v1/saas/api/v2/connection/name/{connectionname}
GET
Searchconnections
— Informatica Search for Connections by Agent or Runtime Environment
/v1/saas/api/v2/connection/search
GET
Getconnection
— Informatica Retrieve a Connection by Id
/v1/saas/api/v2/connection/{connectionid}
PUT
Updateconnection
— Informatica Update an Existing Connection
/v1/saas/api/v2/connection/{connectionid}
DELETE
Deleteconnection
— Informatica Delete a Connection
/v1/saas/api/v2/connection/{connectionid}
POST
Testconnection
— Informatica Test a Connection
/v1/saas/api/v2/connection/{connectionid}/test
MCP Tools
informatica-retrieve-all-connections-organization
Informatica Retrieve All Connections in the Organization
read-only
idempotent
informatica-create-new-connection
Informatica Create a New Connection
informatica-retrieve-connection-name
Informatica Retrieve a Connection by Name
read-only
idempotent
informatica-search-connections-agent-runtime
Informatica Search for Connections by Agent or Runtime Environment
read-only
idempotent
informatica-retrieve-connection-id
Informatica Retrieve a Connection by Id
read-only
idempotent
informatica-update-existing-connection
Informatica Update an Existing Connection
idempotent
informatica-delete-connection
Informatica Delete a Connection
idempotent
informatica-test-connection
Informatica Test a Connection
read-only