Informatica · Capability
Informatica IICS Platform REST API — Mapping Tasks
Informatica IICS Platform REST API — Mapping Tasks. 6 operations. Lead operation: Informatica Retrieve All Mapping Tasks in the Organization. Self-contained Naftiko capability covering one Informatica business surface.
What You Can Do
GET
Listmappingtasks
— Informatica Retrieve All Mapping Tasks in the Organization
/v1/saas/api/v2/mttask
POST
Createmappingtask
— Informatica Create a New Mapping Task
/v1/saas/api/v2/mttask
GET
Getmappingtaskbyname
— Informatica Retrieve a Mapping Task by Name
/v1/saas/api/v2/mttask/name/{taskname}
GET
Getmappingtask
— Informatica Retrieve a Mapping Task by Id
/v1/saas/api/v2/mttask/{taskid}
PUT
Updatemappingtask
— Informatica Update an Existing Mapping Task
/v1/saas/api/v2/mttask/{taskid}
DELETE
Deletemappingtask
— Informatica Delete a Mapping Task
/v1/saas/api/v2/mttask/{taskid}
MCP Tools
informatica-retrieve-all-mapping-tasks
Informatica Retrieve All Mapping Tasks in the Organization
read-only
idempotent
informatica-create-new-mapping-task
Informatica Create a New Mapping Task
informatica-retrieve-mapping-task-name
Informatica Retrieve a Mapping Task by Name
read-only
idempotent
informatica-retrieve-mapping-task-id
Informatica Retrieve a Mapping Task by Id
read-only
idempotent
informatica-update-existing-mapping-task
Informatica Update an Existing Mapping Task
idempotent
informatica-delete-mapping-task
Informatica Delete a Mapping Task
idempotent