-
Notifications
You must be signed in to change notification settings - Fork 65
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
z/OSMF API endpoints missing from catalog #900
Comments
I have checked my Zowe 1.16.0 Api Catalog which is on a z/OS 2.3 system with z/OSMF and the APIs mentioned as missing are present for me along with all the properties I would expect under the allocate dataset model,
@Destabilizator Are you able to verify the missing APIs can be seen directly via z/OSMF? You can check this by going to https://host.com:zosmfPort/zosmf/api/explorer/#/Dataset_APIs |
@jordanCain There are few changes happening within the API Catalogue Services when processing the zOSMF Swagger as we had some issues with validity. Can you take a look whether maybe there is some issue there? |
@Destabilizator Could you clarify if you're looking at the api's provided directly from z/OSMF (accessed via the api gateway) or the ones that are provided by Zowe that front the z/OSMF APIs? I've attached an image to try and make it clear which APIs are which. If it's the case of the Zowe APIs fronting z/OSMF then this is not a bug with the api catalog, but in fact a lack of feature of the Zowe APIs, the issues for the Zowe data-sets api's are here https://github.com/zowe/data-sets/issues and we can look to create a feature enhancement there. |
I'm looking at the Zowe APIs fronting z/OSMF. Can we somehow move this to data-sets/issues then? |
I have raised zowe/data-sets#178 and zowe/data-sets#179 to track the work in the data-sets repo. I will close this issue as a result |
Several z/OSMF z/OS data set and file REST interface services are missing from API ML catalog:
Copying datasets
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.izua700/IZUHPINFO_API_PutDataSetMemberUtilities.htm
List + filter the members of a z/OS data set
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.izua700/IZUHPINFO_API_GetListDataSetMembers.htm
Model for allocating datasets doesn't support storage class and other properties
https://www.ibm.com/support/knowledgecenter/en/SSLTBW_2.4.0/com.ibm.zos.v2r4.izua700/IZUHPINFO_API_CreateDataSet.htm#CreateDataSet__Reqbod
The text was updated successfully, but these errors were encountered: