Layer7 API Management

 View Only
  • 1.  KNOWN ISSUE: Compatibility with API Portal 4.x and API Gateway 10 CR1

    Broadcom Employee
    Posted Sep 25, 2020 11:49 AM

    API Sync process causes sporadic removal of Portal-published APIs if Gateway 10 CR1 is enrolled with API Portal 4.x.

    The issue appears due to deprecation and removal of JSON V2 schema support from the Validate JSON Assertion used in Portal Sync API Policy from Gateway 10 CR1. In the case of on-demand sync, Portal-published APIs will be deleted completely from the enrolled API Gateway during Portal Sync API scheduled task execution. For automatic sync, initial sync causes removal of APIs, while consecutive sync will recreate them again. 

    Portal version(s): API Portal SaaS & On-Prem 4.x
    Gateway version(s): API Gateway 10 CR1

    Customers are advised to follow the compatibility matrix when enrolling/updating API Gateways. In the case where an upgrade has been performed and a rollback is not possible, you can download the attached revised policy (API_SYNC_POLICY_EXPORT.xml) and manually install it through Policy Manager to restore API sync functionality. 

    Alternatively, the following command can be run against the target API Gateway to install the policy update bundle (API_SYNC_POLICY_BUNDLE.xml): 

    curl -X PUT https://<GATEWAY_HOST>:<GATEWAY_PORT>/restman/1.0/bundle -u"<ADMIN_USERNAME>:<ADMIN_PASSWORD>" -k -H"Content-type:application/xml" --data-binary @API_SYNC_POLICY_BUNDLE.xml 

    Note: All customizations of the API Sync Policy will be overwritten and have to be reapplied.

    Attachment(s)

    xml
    API_SYNC_POLICY_BUNDLE.xml   245 KB 1 version
    xml
    API_SYNC_POLICY_EXPORT.xml   215 KB 1 version


  • 2.  RE: KNOWN ISSUE: Compatibility with API Portal 4.x and API Gateway 10 CR1

    Posted Sep 28, 2020 06:50 PM
    Can u please also post the link here to download Gateway 10 CR1?


  • 3.  RE: KNOWN ISSUE: Compatibility with API Portal 4.x and API Gateway 10 CR1

    Broadcom Employee
    Posted Sep 29, 2020 07:04 AM
    Hi Adnan,

    It can be downloaded from here: https://support.broadcom.com/external/content/release-announcements/CA-API-Gateway-Solutions--Patches/3024

    Regards,
    Joe