Layer7 API Management

  • 1.  Publish Swagger Doc

    Posted Jan 18, 2019 08:50 AM

    I am following the below link to publish swagger spec

    Publish Swagger Service Wizard - CA API Gateway - 9.1 - CA Technologies Documentation.

    The link says Swagger document must be online, hosted on a HTTP/HTTPS server.

    can we have the document in some version control system say git and specify the location in publish swagger service wizard or do we need to have separate CA Product to host the document?

    Please explain more on this as am new to CA API Gateway and also some example would be great.

     



  • 2.  Re: Publish Swagger Doc
    Best Answer

    Broadcom Employee
    Posted Jan 18, 2019 05:33 PM

    Good afternoon,

     

    The Publish Swagger Service will pull the swagger file from any location over HTTP/HTTPS including GITHUB. With the HTTP Options is will allow you to provide several different types of authentication. An example I just tried with is https://raw.githubusercontent.com/OAI/OpenAPI-Specification/master/examples/v2.0/json/petstore-simple.json.

     

    Sincerely,

     

    Stephen Hughes

    Broadcom Support



  • 3.  Re: Publish Swagger Doc

    Posted Jan 21, 2019 04:00 AM

    Thanks Stephen