Layer7 API Management

  • 1.  Exporting Remote Cache Assertion Configuration

    Posted Feb 14, 2019 09:40 AM

    Hi,

     

    I am using RemoteCacheAssertion on CA API Gateway 9.4. with embedded mysql

     

    Is it possible to export the remote cache configuration to a static file? This file would be used during the next gateway startup to have a running gateway with the preloaded remote cache configuration.

     

    Thanks in advance 



  • 2.  Re: Exporting Remote Cache Assertion Configuration
    Best Answer

    Broadcom Employee
    Posted Feb 22, 2019 09:49 AM

    Hi  Ivac 

     

    The Remote Assertion is storing the configuration in the generic_entity table of the DB. 
    You can export the settings from this table using restman , for instance going to the following link will list the entries : 

     

    https://<gateway>:8443/restman/1.0/genericEntities

     

    Regards Dirk