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.

Run with Naftiko InformaticaConnections

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

Capability Spec

platform-rest-connections.yaml Raw ↑
naftiko: 1.0.0-alpha2
info:
  label: Informatica IICS Platform REST API — Connections
  description: '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.'
  tags:
  - Informatica
  - Connections
  created: '2026-05-19'
  modified: '2026-05-19'
binds:
- namespace: env
  keys:
    INFORMATICA_API_KEY: INFORMATICA_API_KEY
capability:
  consumes:
  - type: http
    namespace: platform-rest-connections
    baseUri: https://dm-us.informaticacloud.com
    description: Informatica IICS Platform REST API — Connections business capability. Self-contained, no shared references.
    resources:
    - name: saas-api-v2-connection
      path: /saas/api/v2/connection
      operations:
      - name: listconnections
        method: GET
        description: Informatica Retrieve All Connections in the Organization
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: createconnection
        method: POST
        description: Informatica Create a New Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
    - name: saas-api-v2-connection-name-connectionName
      path: /saas/api/v2/connection/name/{connectionName}
      operations:
      - name: getconnectionbyname
        method: GET
        description: Informatica Retrieve a Connection by Name
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: saas-api-v2-connection-search
      path: /saas/api/v2/connection/search
      operations:
      - name: searchconnections
        method: GET
        description: Informatica Search for Connections by Agent or Runtime Environment
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: agentId
          in: query
          type: string
          description: The Secure Agent ID to filter connections.
        - name: runtimeEnvironmentId
          in: query
          type: string
          description: The runtime environment ID to filter connections.
        - name: uiType
          in: query
          type: string
          description: The connection type to filter by (e.g., Oracle, Salesforce, MySQL).
          required: true
    - name: saas-api-v2-connection-connectionId
      path: /saas/api/v2/connection/{connectionId}
      operations:
      - name: getconnection
        method: GET
        description: Informatica Retrieve a Connection by Id
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
      - name: updateconnection
        method: PUT
        description: Informatica Update an Existing Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
        inputParameters:
        - name: body
          in: body
          type: object
          description: Request body (JSON).
          required: true
      - name: deleteconnection
        method: DELETE
        description: Informatica Delete a Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    - name: saas-api-v2-connection-connectionId-test
      path: /saas/api/v2/connection/{connectionId}/test
      operations:
      - name: testconnection
        method: POST
        description: Informatica Test a Connection
        outputRawFormat: json
        outputParameters:
        - name: result
          type: object
          value: $.
    authentication:
      type: apikey
      key: icSessionId
      value: '{{env.INFORMATICA_API_KEY}}'
      placement: header
  exposes:
  - type: rest
    namespace: platform-rest-connections-rest
    port: 8080
    description: REST adapter for Informatica IICS Platform REST API — Connections. One Spectral-compliant resource per consumed
      operation, prefixed with /v1.
    resources:
    - path: /v1/saas/api/v2/connection
      name: saas-api-v2-connection
      description: REST surface for saas-api-v2-connection.
      operations:
      - method: GET
        name: listconnections
        description: Informatica Retrieve All Connections in the Organization
        call: platform-rest-connections.listconnections
        outputParameters:
        - type: object
          mapping: $.
      - method: POST
        name: createconnection
        description: Informatica Create a New Connection
        call: platform-rest-connections.createconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/saas/api/v2/connection/name/{connectionname}
      name: saas-api-v2-connection-name-connectionname
      description: REST surface for saas-api-v2-connection-name-connectionName.
      operations:
      - method: GET
        name: getconnectionbyname
        description: Informatica Retrieve a Connection by Name
        call: platform-rest-connections.getconnectionbyname
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/saas/api/v2/connection/search
      name: saas-api-v2-connection-search
      description: REST surface for saas-api-v2-connection-search.
      operations:
      - method: GET
        name: searchconnections
        description: Informatica Search for Connections by Agent or Runtime Environment
        call: platform-rest-connections.searchconnections
        with:
          agentId: rest.agentId
          runtimeEnvironmentId: rest.runtimeEnvironmentId
          uiType: rest.uiType
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/saas/api/v2/connection/{connectionid}
      name: saas-api-v2-connection-connectionid
      description: REST surface for saas-api-v2-connection-connectionId.
      operations:
      - method: GET
        name: getconnection
        description: Informatica Retrieve a Connection by Id
        call: platform-rest-connections.getconnection
        outputParameters:
        - type: object
          mapping: $.
      - method: PUT
        name: updateconnection
        description: Informatica Update an Existing Connection
        call: platform-rest-connections.updateconnection
        with:
          body: rest.body
        outputParameters:
        - type: object
          mapping: $.
      - method: DELETE
        name: deleteconnection
        description: Informatica Delete a Connection
        call: platform-rest-connections.deleteconnection
        outputParameters:
        - type: object
          mapping: $.
    - path: /v1/saas/api/v2/connection/{connectionid}/test
      name: saas-api-v2-connection-connectionid-test
      description: REST surface for saas-api-v2-connection-connectionId-test.
      operations:
      - method: POST
        name: testconnection
        description: Informatica Test a Connection
        call: platform-rest-connections.testconnection
        outputParameters:
        - type: object
          mapping: $.
  - type: mcp
    namespace: platform-rest-connections-mcp
    port: 9090
    transport: http
    description: MCP adapter for Informatica IICS Platform REST API — Connections. One tool per consumed operation, routed
      inline through this capability's consumes block.
    tools:
    - name: informatica-retrieve-all-connections-organization
      description: Informatica Retrieve All Connections in the Organization
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-rest-connections.listconnections
      outputParameters:
      - type: object
        mapping: $.
    - name: informatica-create-new-connection
      description: Informatica Create a New Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: false
      call: platform-rest-connections.createconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: informatica-retrieve-connection-name
      description: Informatica Retrieve a Connection by Name
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-rest-connections.getconnectionbyname
      outputParameters:
      - type: object
        mapping: $.
    - name: informatica-search-connections-agent-runtime
      description: Informatica Search for Connections by Agent or Runtime Environment
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-rest-connections.searchconnections
      with:
        agentId: tools.agentId
        runtimeEnvironmentId: tools.runtimeEnvironmentId
        uiType: tools.uiType
      outputParameters:
      - type: object
        mapping: $.
    - name: informatica-retrieve-connection-id
      description: Informatica Retrieve a Connection by Id
      hints:
        readOnly: true
        destructive: false
        idempotent: true
      call: platform-rest-connections.getconnection
      outputParameters:
      - type: object
        mapping: $.
    - name: informatica-update-existing-connection
      description: Informatica Update an Existing Connection
      hints:
        readOnly: false
        destructive: false
        idempotent: true
      call: platform-rest-connections.updateconnection
      with:
        body: tools.body
      outputParameters:
      - type: object
        mapping: $.
    - name: informatica-delete-connection
      description: Informatica Delete a Connection
      hints:
        readOnly: false
        destructive: true
        idempotent: true
      call: platform-rest-connections.deleteconnection
      outputParameters:
      - type: object
        mapping: $.
    - name: informatica-test-connection
      description: Informatica Test a Connection
      hints:
        readOnly: true
        destructive: false
        idempotent: false
      call: platform-rest-connections.testconnection
      outputParameters:
      - type: object
        mapping: $.