webMethods

webMethods

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
  • 1.  Is there a way to automatically publish the apis in the microgateway?

    Posted Tue February 28, 2023 08:31 AM

    Is there a way to deploy APIs in the microgateway automatically without exporting them and adding theme as archive, as stated in the title?


    #Microgateway
    #API-Management
    #API-Gateway
    #webMethods


  • 2.  RE: Is there a way to automatically publish the apis in the microgateway?

    Posted Mon March 27, 2023 06:17 AM

    hi @wetas,
    As of now there is no automated way available for it.

    Regards
    Vikash Sharma


    #API-Management
    #API-Gateway
    #webMethods
    #Microgateway


  • 3.  RE: Is there a way to automatically publish the apis in the microgateway?

    Posted Tue March 28, 2023 09:05 AM

    Hi,
    i don’t know if this answer could fit but you could use the --apis option when you start the microgateway. In this way, the apis would be automatically deployed from the APIGateway to the microgateway.
    Here an example :
    ./microgateway.sh start -gw --apis API1,API2,API3 -gwu -gwp

    API1, API2 and API3 are the API developed in the APIGateway


    #webMethods
    #Microgateway
    #API-Management
    #API-Gateway


  • 4.  RE: Is there a way to automatically publish the apis in the microgateway?

    Posted Tue March 28, 2023 09:44 AM

    Hi @jean-francois.picot ,
    Yeah… but if it is already running then we need to stop and start again.
    But yeah this work as good work around.

    Regards
    Vikash Sharma


    #Microgateway
    #webMethods
    #API-Gateway
    #API-Management