Skip to Main Content
IBM Z Software


This portal is to open public enhancement requests against IBM Z Software products. 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 Under review
Created by Guest
Created on Oct 31, 2025

New REST API endpoint for searching by load module

Would is be possible to add a REST endpoint to query repository by Load module?

Similar to "Search modules" dialog in Web interface

http://rsp3.rocketsoftware.com:9000/disc/search_modules?repository=REPHLQ1&outfmt=web&outlim=3&module=KJJPCX

Hoping that this can be delivered via service stream and we don't need to wait until next release

Idea priority Medium
  • Guest
    Nov 11, 2025

    Hi Ash - we are currently on IZSAM 8.3 but have ordered IZSAM 9.1 specifically for the new REST API support

    From your manual, it looks like these are the only queries (endpoints) supported in new 9.1 REST API support

    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] IBM Z Software Asset Management 9.1 REST API - log file 
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] GET Registered route: /end_of_service/count
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] GET Registered route: /end_of_service/report
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] GET Registered route: /product_inventory/count
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] GET Registered route: /product_inventory/report
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] GET Registered route: /product_use_by_machine/count
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] GET Registered route: /product_use_by_machine/report
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] GET Registered route: /product_use_by_month/count
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] GET Registered route: /product_use_by_month/report
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] GET Registered route: /repositories
    2025-05-16T05:17:00-04:00-[INFO]: analyzer[analyzer/internal/api.NewApiServices] POST Registered route: /any_query

    What I am specifically asking for is a REST API endpoint (GET service) that is equivalent to the Search by module function available via Web UI; i.e. I have a list of Load module that I would like to loop thru programatically issuing "Search by module" function and have REST API return info in a JSON format.

    My assumption is that you will eventually provide GET services for everything that is available via Web UI?