-
Notifications
You must be signed in to change notification settings - Fork 87
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Support the message transmission/reception API for TSO. #1566
Comments
Thank you for raising this issue. |
Added the |
Thank you for raising this enhancement request. |
Is your feature or enhancement request related to a problem or limitation? Please describe
The
zowe tso
command group allows sending commands to a TSO session (either a persistent one that can be started/stopped and addressed by key, or one that is created and torn down with each command).For scenarios where the customer is running a TSO application within and address space, there is no way to send messages to the application and receive the messages back. The REST API support this with https://www.ibm.com/docs/en/zos/2.5.0?topic=services-send-messages-application and https://www.ibm.com/docs/en/zos/2.5.0?topic=services-receive-messages-from-application
Describe your enhancement idea
Support the APIs to receive and send messages. Perhaps a syntax 'zowe tso issue command
could be extended to have
--app. This would then issue
PUT /zosmf/tsoApp/app//, where without
-appit could still issue the current
PUT /zosmf/tsoApp/tso/. However with the
appKey` I'm not sure if this can be done, so maybe a new command is needed. More design needs to occur.As well as send, receive is also needed to support the API
GET /zosmf/tsoApp/app/<servletKey>/<appKey>
The text was updated successfully, but these errors were encountered: