Layer7 API Management

  • 1.  Swagger implementation in Layer 7

    Posted Mar 17, 2017 01:25 AM

    Hello All,

     

        May be its a strange question but have doubt. Please clarify me.

        As i know backend implemented in swagger , we can make the swagger in Layer 7 by using backend swager document.     But my question is if backend is normal service(WSDL or REST), Can we implement swagger document in Layer 7 API gateway?

        If yes, How can we implement it?  

     

    Regards

    Rajasekhar



  • 2.  Re: Swagger implementation in Layer 7

    Posted Mar 22, 2017 11:28 PM

    Hello All,

     

           Can anyone help me on this?

     

    Regards

    Rajasekhar



  • 3.  Re: Swagger implementation in Layer 7

    Broadcom Employee
    Posted Mar 23, 2017 07:20 PM

    Hi,

    I done a quick test on gw9.2, it seems you can publish a service like /yyy/yyy.json ,

    In this service, only has a return template response assertion to return a json document,

    And then you can publish a service as /yyy/* to provide the true service described in the swagger document.

     

    Regards,

    Mark



  • 4.  Re: Swagger implementation in Layer 7

    Posted Mar 23, 2017 10:04 PM

    Hi Zhijun,

     

         Thanks for your reply. You mean to say first implementation would be only Return response template then we have to make an real Layer 7 swagger?

         I believe this is not that much easy to make.  

     

    Regards

    Rajasekhar



  • 5.  Re: Swagger implementation in Layer 7
    Best Answer

    Broadcom Employee
    Posted Mar 24, 2017 01:15 AM

    The first policy is to publish the swagger document, if you want to implement a swagger service, you have to build and publish this document. There should be tools to convert wadl to swagger, you may just google wadl to swagger.

     

    Regards,

    Mark