App Connect

App Connect

Join this online user group to communicate across IBM product users and experts by sharing advice and best practices with peers and staying up to date regarding product enhancements.

 View Only
  • 1.  Check when the last application was deployed

    Posted Thu July 17, 2025 08:07 AM

    Hi all,

    In the absence of an application monitoring tool, what would be easiest way to check what application was deployment lately or which integration Server was updated lately?

    Emile



    ------------------------------
    Emile Kearns
    ------------------------------


  • 2.  RE: Check when the last application was deployed

    Posted Fri July 18, 2025 05:24 AM
    Edited by Francis Cocx Fri July 18, 2025 05:39 AM

    Hi,

    Using the rest api you can easily achieve this. 

    Have a look at the apidocs of your integration runtime:

    https://localhost:7600/apidocs/

    For example:

    GET https://localhost:7600/apiv2?depth=5

    ->>


    We are already doing something similar to see if all our messageflows are up and running after a release. If you are looking to create some type of postman test project that will fetch all information for all your integrationserver I can maybe steer you in the right direction.

    Let me know.


    ------------------------------
    Francis Cocx
    Integration Engineer
    Rijkevorsel
    ------------------------------



  • 3.  RE: Check when the last application was deployed

    Posted 27 days ago

    Thanks for this, very interesting



    ------------------------------
    Emile Kearns
    ------------------------------