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.


#Applicationintegration
#App Connect
#AppConnect
 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 Tue July 22, 2025 07:11 AM

    Thanks for this, very interesting



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



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

    Posted Tue September 02, 2025 03:10 AM

    If you are running on a local system, you can also still use mqsilist for that.

    C:\Program Files\IBM\ACE\13.0.4.0>mqsilist ACE13 -r -d2
    -----------------------------------
    BIP1286I: Integration server 'IS' on integration node 'ACE13' is running.
    Process ID: '3176440'
    BIP1877I: REST API 'HelloWorld' on integration server 'IS' is running.
    Deployed: '2025-09-02 07:08:22' in Bar file 'D:\GIT\Ace_test_cases\HelloWorld\HelloWorld.bar' Last edited: '2025-08-11 16:22:30'
    UUID '/apiv2/servers/IS/rest-apis/HelloWorld'
    Start mode: 'Maintained'
    Java isolation: 'true'
    Long description: ''
    Keywords:
    --------
    
    BIP1277I: Message flow 'gen.HelloWorld' on integration server 'IS' is running. (Application 'HelloWorld', Library '')
    Additional thread instances: '3'
    Deployed: '2025-09-02 07:08:22' in Bar file 'D:\GIT\Ace_test_cases\HelloWorld\HelloWorld.bar'


    Nice and old school



    ------------------------------
    Regards
    Matthias Blomme
    Integration Specialist
    Integration Designers
    Turnhout
    ------------------------------