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 Delivered
Categories z/TPF
Created by Guest
Created on Dec 19, 2017

Deploying Swagger Document with the "In" value specifies in the Base Path Parameters

1. Deploying Swagger Document with the "In" value specifies in the Base Path Parameters
2. The "In" Parameter of is currently not supported by z/TPF but is supported as a parameter in the z/OS Connect Tool that constructs the Swagger Document for z/TPF Load.
3. The "In" Parameter is Industry Standard Parameter and is currently used within other non zTPF Travelport REST Processing
4. The specific error occurred when attempting to specify the "Index" and "Path" Parameters during development in the z/OS Connect Tool. The error occurs when loading the Swagger Document in z/TPF.
5. The error occurs when deploying a Swagger is produces "base path" errors during load process into z/TPF
a.
MORE DATA AVAILABLE, ENTER ZPAGE TO CONTINUE+
CSWG0003E 12.15.59 AN ERROR OCCURRED WHILE FILE zsp1.swagger.json WAS BEING PARSED:
Element 'in' with value of 'path' in index Parameter Object is not supported.
OLDR2065T 12.15.59 CEL2 - ACTIVATE FOR CPU A ENDED ON CPU A -
LOADSET RESTDSC1 - ERROR DEPLOYING A FILE +
OLDR4011E 12.15.59 E-TYPE LOADER PROCESSING OF SCHEDULED TASKS
ENDED DUE TO AN ERROR CONDITION. THESE TASKS WILL BE RE-TRIED
ON THE NEXT E-TYPE LOADER POLICING INTERVAL+
6. Swagger Example
"basePath" : "/SOMETHINGMEANINGFUL",
"schemes" : [ "https", "http" ],
"consumes" : [ "application/json" ],
"produces" : [ "application/json" ],
"paths" : {
"/{pram1}/MYGET{pram2}" : {
7. Current Workaround
a. Add the "In" Parameters to the HTTP zREST Query parameters in the inbound message and then map them to the zDFDL output in z/TPF zDFDL Schema

Idea priority High
  • Guest
    Reply
    |
    Jun 28, 2019

    This is available with z/TPF APAR PJ45579.