Closed jackjia-ibm closed 5 years ago
Based on z/OSMF document, it accepts X-IBM-Response-Timeout header when making API request. But maximum timeout is 600 seconds.
X-IBM-Response-Timeout
600
We can hardcode the 600 timeout to all internal z/OSMF call, or we provide a way to let the API consumer to set timeout for each call.
I've hard coded the zosmf endpoint timeout to be 600. If we want to customise this we can raise a issue against explorer-api-common
Based on z/OSMF document, it accepts
X-IBM-Response-Timeout
header when making API request. But maximum timeout is600
seconds.We can hardcode the 600 timeout to all internal z/OSMF call, or we provide a way to let the API consumer to set timeout for each call.