Skip to Main Content
IBM Sterling


This portal is to open public enhancement requests for IBM Sterling products and services. To view all of your ideas submitted to IBM, create and manage groups of Ideas, or create an idea explicitly set to be either visible by all (public) or visible only to you and IBM (private), use the IBM Unified Ideas Portal (https://ideas.ibm.com).


Shape the future of IBM!

We invite you to shape the future of IBM, including product roadmaps, by submitting ideas that matter to you the most. Here's how it works:

Search existing ideas

Start by searching and reviewing ideas and requests to enhance a product or service. Take a look at ideas others have posted, and add a comment, vote, or subscribe to updates on them if they matter to you. If you can't find what you are looking for,

Post your ideas
  1. Post an idea.

  2. Get feedback from the IBM team and other customers to refine your idea.

  3. Follow the idea through the IBM Ideas process.


Specific links you will want to bookmark for future use

Welcome to the IBM Ideas Portal (https://www.ibm.com/ideas) - Use this site to find out additional information and details about the IBM Ideas process and statuses.

IBM Unified Ideas Portal (https://ideas.ibm.com) - Use this site to view all of your ideas, create new ideas for any IBM product, or search for ideas across all of IBM.

ideasibm@us.ibm.com - Use this email to suggest enhancements to the Ideas process or request help from IBM for submitting your Ideas.

Status Planned for future release
Created by Guest
Created on Aug 12, 2022

ITXA - Rest API call to execute a ITX map and get the output in the response.

It will good to have this implementation so that users will not have to go to the filesystem to read the output.

What is your industry? Healthcare
How will this idea be used?

I have created a transform jobs in ITXA console with input file and ITX map name ,I got a URL in response. but how to get the ITX map output in ITXA Rest API console? The moment i created a transform job,I could see ITX map has been executed in server but i am getting permission denied error to see the map audit logs and output in the server. When i am reading a transform job created then i am getting the below but not the ITX map output. Read Transformjobs [ { "_id": "mer-az-sfgd1:node1:0a19c1ca-2acd-4ca3-a69a-fe67c46472ff", "_title": "TransformJob(mer-az-sfgd1:node1:0a19c1ca-2acd-4ca3-a69a-fe67c46472ff)", "$ref": https://x.x.x.x:14010/spe/svc/transformjobs/mer-az-sfgd1%3Anode1%3A0a19c1ca-2acd-4ca3-a69a-fe67c46472ff, "href": https://x.x.x.x:14010/spe/svc/transformjobs/mer-az-sfgd1%3Anode1%3A0a19c1ca-2acd-4ca3-a69a-fe67c46472ff, "state": "Completed", "startTime": "2022-07-08T08:53:53.292-0400", "endTime": "2022-07-08T08:53:53.610-0400", "id": "mer-az-sfgd1:node1:0a19c1ca-2acd-4ca3-a69a-fe67c46472ff", "SPEResponse": { "Response": { "Status": 0, "AdvancedStatus": "", "Report": "", "ProcessParameters": [ { "ProcessKey": "Map_Name", "ProcessValue": "Test_Map" }, { "ProcessKey": "Map_Type", "ProcessValue": "6" }, { "ProcessKey": "ReferenceID", "ProcessValue": "DEFAULT" } ], "Documents": [ { "id": "mer-az-sfgd1:node1:cd58ef34-3e98-4cb9-b8f6-137cb3a30521", "Name": "PrimaryDocument", "Type": "INPUT", "Acks": "ACK_NONE", "Size": 19, "Content": "statusreport_Test\r\n" } ], "Correlations": [], "TransformCorrelations": [] } } } ]