IBM z/OS Management Facility (z/OSMF)

IBM z/OSMF

IBM z/OSMF

The IBM z/OS Management Facility framework improves programmer productivity by using simplified, streamlined and automated tasks. This easier-to-use functionality reduces both programmer training time and the learning curve.

 View Only
  • 1.  z/OSMF REST services - Storage Management service getting 404

    Posted Fri July 12, 2024 02:40 PM

    Hi - I am trying to use the storage management services REST service to retrieve a list of volumes. Here is the GET request I am issuing:

    https://xxx.xxx.com:10443/zosmf/storage/rest/v1/volumes

    I get a 404 in response to this request. I get the same for any storage management services requests (e.g., storagegroups, dataclasses, etc.)

    Running z/OS 2.5

    Here's from zosmf/info request:

        "zos_version": "04.28.00",
        "zosmf_port": "10443",
        "zosmf_version": "28",
        "zosmf_saf_realm": "SAFRealm",
        "zosmf_full_version": "28.0",
        "api_version": "1"

    Other REST services seem to work ok.

    According to 2.5 documentation, the <version> number for storage requests should be v1, which I am using.

    Any ideas on what I might be doing wrong?

    Thanks



    ------------------------------
    Robert Keahey
    ------------------------------


  • 2.  RE: z/OSMF REST services - Storage Management service getting 404

    Posted Fri July 12, 2024 03:03 PM

    Hello Robert,

    Looks like Storage Management Plugin is not enabled. Will you please check z/OSMF General Settings? After enabling "Storage Management", you need to restart z/OSMF. 




    ------------------------------
    Hiren Shah Senior Technical Staff Member (z/OSMF)
    ------------------------------



  • 3.  RE: z/OSMF REST services - Storage Management service getting 404

    Posted Fri July 12, 2024 03:18 PM
    Hiren,

    You are correct. I should have looked at that first. Thanks for your quick response.

    Robert