Layer7 API Management

 View Only
  • 1.  Best Practices documentation for API Gateway and API Portal

    Posted Jan 11, 2016 09:56 PM

    Hello Team, 

     

    Do we have any documentation for the best practices for API Gateway Cluster and API Developer Portal for Production environments?

     

    - Provida



  • 2.  Re: Best Practices documentation for API Gateway and API Portal

    Broadcom Employee
    Posted Jan 11, 2016 10:10 PM

    What would you like to know?

     

    Configuration of the cluster and how we maintain it?

     

    This document states how to configure the cluster and how to maintain it with 2 different scripts.

     

     

     

    Thanks,

     

    Derek Orr

     

    CA Technologies |885 West Georgia Street Ste 500 | Vancouver, BC V6C 3G1

    Office: 1-778-328-5285 | Mobile: +1 778 980 0029 | Derek.Orr@ca.com

     

    <mailto:>[CA]

     

    <http://www.ca.com/us/default.aspx>[Twitter]<http://twitter.com/CAInc>[LinkedIn]<http://www.linkedin.com/company/1372?goback=.cps_1244823420724_1>[Facebook]<https://www.facebook.com/CATechnologies>[YouTube]<http://www.youtube.com/user/catechnologies>[Google]<https://plus.google.com/CATechnologies>[Slideshare]<http://www.slideshare.net/cainc>

    Attachment(s)



  • 3.  Re: Best Practices documentation for API Gateway and API Portal

    Posted Jan 11, 2016 10:25 PM

    Hi Derek,

     

    Thank you for the quick response. Customer is looking for documentation, which lists important best practice configurations when going live with CA API Portal and CA API Gateway. For example, change the password for the root mysql db user, change the password for lrs db user for API Portal etc.

     

    Can we suggest specified best practices in the provided document for any version of gateway?

     

    Provided document states internal, can we share it with end customer?

     

    - Provida



  • 4.  Re: Best Practices documentation for API Gateway and API Portal
    Best Answer

    Posted Jan 29, 2016 09:37 AM

    Your slide deck removed most of my queries and confirms my understanding and the set up I have done for my Customer. One thing which isn't mentioned though:

    -> How do we configure JDBC connections using Manage JDBC Connections with primary and secondary nodes configured?

    I have a JDBC lookup in my policy with connection pointing to local host and I realised during course of my testing that the node is a processing node and hence there is no data in the database leading to errors.

     

    I managed to find this through a post in CA documentation. For those interested, can refer to http://media.datadirect.com/download/docs/jdbc/alljdbc/index.html#page/userguide/rfi1359985946656.html which has the required documentation of the connection properties for each driver. In my case, AlternateServers property of MySQL driver did the trick.

     

    Thanks.