Layer7 API Management

  • 1.  I have the API Gateway in Docker, and the portal?

    Posted Mar 14, 2017 09:55 AM

    Does anyone know how to connect the api gateway in docker to the API Management portal?

    I want to see statistics ... and other things

     

    Thanks.



  • 2.  Re: I have the API Gateway in Docker, and the portal?
    Best Answer

    Posted Mar 23, 2017 12:33 PM

    Hi Christian,

    Have you tried the steps to integrate the two following the documentation?
    1. Add the Integration Components to the Gateway - CA API Developer Portal - 3.5 - CA Technologies Documentation 

     

    Configure Gateway's yml file as documented in Backing up and Restoring a CA API Gateway docker container 

    • Change the following line in the docker-compose from

    SSG_CLUSTER_COMMAND: "create"

    to:

    SSG_CLUSTER_COMMAND: "join"

     

    • Now when you destroy/restart containers mysql just picks up the contents of the old database and SSG startup doesn't do any initialization it just connects to the mysql database