Description
Describe the bug
A clear and concise description of what the bug is.
Using Zowe V3 desktop, I clicked on API Catalog and then "IBM z/OSMF" to get to the z/OSMF Services page. From here I'm trying to use the Get service under Filesystem APIs. After specifying a path and clicking Execute, a response status of 503 is returned, ZWEAO503E message.
{ "messages": [ { "messageType": "ERROR", "messageNumber": "ZWEAO503E", "messageContent": "The server is not ready to handle the request: /ibmzosmf/api/v1/zosmf/restfiles/mfs", "messageAction": "Repeat the request later. Please contact support for further assistance.", "messageReason": "The service is not ready to handle the request, it is being initialized or waiting for another service to start.", "messageKey": "org.zowe.apiml.common.serviceUnavailable" } ] }
Steps to Reproduce
- Use API catalog,
curl -X "Get" ^
"https://example.com:7554/ibmzosmf/api/v1/zosmf/restfiles/mfs?path=%2Fvar%2Fzowe
-H "accept: application/json"
Expected behavior
A clear and concise description of what you expected to happen.
A 200 response is expected. Tested on z/OSMF API with no issues getting a 200
Screenshots
If applicable, add screenshots to help explain your problem.
REST API client (in case of REST API issue):
- Technology: Node.js 22, Java 17, z/OS 3.1, z/OSMF 3.1, Zowe 3.1