z/OS Connect Enterprise Edition

z/OS Connect

z/OS Connect

Truly RESTful APIs to and from your IBM Z mainframe

 View Only
Expand all | Collapse all

Basic adminstrative and monitoring functionality with zosconnect-3.0

  • 1.  Basic adminstrative and monitoring functionality with zosconnect-3.0

    Posted 04/07/26 10:30 PM

    with zosconnect-2.0, the adminCenter has more functions that it does with zosconnect-3.0. Why? is it able to catch up in future?

    zosconnect-2.0 provides admin API /zosConnect/xxx, with zosconnect-3.0 it seems changed to /IBMJMXConnectorREST.

    I'd like to query the APIs, services, etc, deployed in my z/OS Connect server with their status, and I'd like to have a z/OS command or a API that I can do some simple admin work to my z/OS connect server with deployed apps.

    Any advice?



    ------------------------------
    HONG TAO LI
    ------------------------------


  • 2.  RE: Basic adminstrative and monitoring functionality with zosconnect-3.0

    Posted 04/08/26 01:18 AM

    zOS Connect OpenAPI3 artifacts are standard J2EE ones, in this case a war file

    Since these are war files, they are managed in a zCEE Server ( which is an IBM Liberty server ) in the same way that any war file is managed 

    see

    https://github.com/ibm-wsc/zCONNEE-Wildfire-Workshop/blob/master/Monitoring%20a%20zOS%20Liberty%20server%20using%20JMX%20and%20REST%20clients.pdf

    https://github.com/ibm-wsc/zCONNEE-Wildfire-Workshop/blob/master/Managing%20Application%20Deployment%20using%20Liberty%20MBeans.pdf

    These show how to use MBEans to manage war files which are your zCEE APIs



    ------------------------------
    Edward McCarthy
    WAS on System z
    ------------------------------