Skip to Main Content
IBM Power Ideas Portal


This portal is to open public enhancement requests against IBM Power Systems products, including IBM i. 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.

ADD A NEW IDEA

Web Serving

Add Support for HTTP/2 to SQL HTTP Functions

Currently looks like SQL HTTP Functions on support HTTP/1.1. I have a Vendor that is requestions that HTTP/2 be used with API.
8 months ago in IBM i / Web Serving Future consideration

RSEAPI - Security services - add the certificate chain aliases to the return JSON

Hi, The selection criteria in the certificate APIs are based on the alias.To be able to retrieve a certificate chain via the API post /api/v1/security/dcm/cert/info, is it possible to add the issuer alias ? current json : { "alias": "MyCertificate...
22 days ago in IBM i / Web Serving Submitted

Add Unallocated Memory to MEMORY_POOL_INFO view and MEMORY_POOL_INFO Table function

Both functions are so good to tune IBM i but including the Unallocated Memory info will be perfect to better adjust the pools.
26 days ago in IBM i / Web Serving Submitted

RSEAPI - operation DELETE api/v1/admin/sessions

Hello, Is it possible to add the host and token as optional parameters, just like the username?All parameters could be combined.These new parameters would have a default value of *ALL. These additions would allow, for example : removing all connec...
3 months ago in IBM i / Web Serving Submitted

RSEAPI - Enable or disable the use of a service or method

Hello, in the RSEAPI, Post /api/v1/admin/settings : Is it possible to have a new setting allowing you to activate/deactivate a service entirely or just an operation ?The setting could look like a json structure : { "includeServices": [ "/api/v1/ad...
5 months ago in IBM i / Web Serving Future consideration

Add an HTTP status code for SQL not found

When deploying a REST web service based on SQL queries, it is possible to specify an HTTP status code for success (200 by default) and another for error (500 by default). However, when reading datas by an SQL select and a WHERE clause (e.g., sele...
11 months ago in IBM i / Web Serving Future consideration

Add a new category under IBM Navigator for i, with the ability to plug in user-defined SQL for result sets and charts, similar to way system info is presented.

This idea would allow system admins to build up a list and provide useful site-specific, SQL inquiry/review capability for their users, via custom SQL queries. Whether these are configured in the IFS or some other place, is fine. But it should be ...
2 months ago in IBM i / Web Serving Submitted

RSEAPI - Complete the GET admin/session response to get a proper audit

Hello, This request is a follow-up to the request at https://ideas.ibm.com/ideas/IBMI-I-4851. It still concerns the GET operation /api/v1/admin/sessions To enable this operation to serve as an audit and monitor the use of RSE API's, would it be po...
3 months ago in IBM i / Web Serving Submitted

RSEAPI - Add a level of detail to the audit service's response

Hello,In the service, GET /api/v1/admin/sessions, which allows us to see the number of sessions per profile; we receive a JSON feed in response of the following type :{"totalSessions": 4,"sessions": [{"userid": "DT","sessionCount": 4}]} Is it poss...
3 months ago in IBM i / Web Serving Submitted

RSEAPI - Have the host in the APis response

Hello,In RSEAPIs, you can connect to a host partition.Would it be possible to have at the start of jsons in response to operations the host on which the action took place :{"host": "localhost", ....} or {"host": "MyHost", ....}Depending on the hos...
3 months ago in IBM i / Web Serving Future consideration