Zowe CLI
- Enhancement: Added the
--establish-connection-timeoutoption to thez/OSMF Connection Options. This allows users to specify a maximum limit for how long the REST client should attempt to establish a connection to the server, and returns an error if the request takes too long. #2490 - Enhancement: Added the
--completion-timeoutoption to thez/OSMF Connection Options. This allows users to specify a maximum limit for how long a REST request should take, and returns an error if the request takes too long. #2490
Imperative
- Enhancement: Added a request timeout to the Imperative REST client. #2490
- Enhancement: Added the
ZOWE_REQUEST_COMPLETION_TIMEOUTenvironment variable to theEnvironmentalVariableSettingsclass to allow extenders to determine how long to wait for a request to complete before timing out. #2490
z/OSMF SDK
- Enhancement: Added the
ZOSMF_OPTION_ESTABLISH_CONNECTION_TIMEOUToption toZOSMF_CONNECTION_OPTIONSonZosmfSession. This allows users to specify a maximum limit for how long the REST client should attempt to establish a connection to the server, and returns an error if the request takes too long. #2490 - Enhancement: Added the
ZOSMF_OPTION_COMPLETION_TIMEOUToption toZOSMF_CONNECTION_OPTIONSonZosmfSession. This allows users to specify a maximum limit for how long a REST request should take, and returns an error if the request takes too long. #2490