IBM webMethods Hybrid Integration

IBM webMethods Hybrid Integration

Join this online 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
Expand all | Collapse all

Automate Enable and Disable schedulers, ports and triggers.

  • 1.  Automate Enable and Disable schedulers, ports and triggers.

    Posted Mon October 29, 2018 05:20 AM

    As part of deployments I want to automate enabling and disabling schedulers , ports and triggers.
    Is there any way to do the same via command line or rest API?
    Now I am doing using IS Admin page GUI.

    Thank you,
    Vaishnavi.S


    #API-Portal
    #webMethods
    #API-Management


  • 2.  RE: Automate Enable and Disable schedulers, ports and triggers.

    Posted Mon October 29, 2018 06:38 AM

    I know of no REST API. But you can call the same Services the GUI calls (they are in WmRoot, check the DSP pages) via http-get (http://server/invoke/service.to:invoke?param1=value1…)


    #API-Portal
    #webMethods
    #API-Management


  • 3.  RE: Automate Enable and Disable schedulers, ports and triggers.

    Posted Mon October 29, 2018 01:39 PM

    Hi Vaishnavi,

    when using Deployer it has options to do so automatically via project options.

    If you really need to do so outside of Deployer you should have a look at the WmPublic/WmART package (see IS Built-In-Services Reference Guide) or at the IntegrationServer Java API to build some wrapper services around these services/methods which can then be invoked via IS Admin UI.

    Regards,
    Holger


    #webMethods
    #API-Portal
    #API-Management