Layer7 API Management

  • 1.  Missing version

    Posted Jul 12, 2018 04:34 AM

    Looking for a better way to solve Jarvis-trouble in 4.2.7.4 I found a version 4.2.7.5 mentioned in Release Notes: API Developer Portal - CA API Developer Portal - 4.2 - CA Technologies Documentation  but there are no further references and no download in CA API Developer Portal Solutions & Patches  for this version.

    Question is: will there be a 4.2.7.5 downloadable soon to fix Jarvis problem (and/or others)?

    Thanks!



  • 2.  Re: Missing version

    Broadcom Employee
    Posted Jul 12, 2018 05:52 PM

    I have just finished working with a customer with this issue and a fix in the documentation is being worked on but here is the step that you should take first then continue with the with the notes from the docs provided below:

     

    Detailed Steps:-

    1. docker service inspect portal_analytics-server | grep JARVIS_PRODUCT_ID
      Copy the Jarvis product Id from above step.
    2. docker exec -it $(docker ps --filter name=portal_apis -q) sh
    3. Run the following curl after replacing the Jarvis Product Id you copied in step 2:-
      curl -X POST  
      http://apis:8080/onboarding/products -w " Response Code %{http_code}" -H 'Content-Type: application/json' -d '{"product_id":"<Jarvis product Id>",   "product_name":"APIM Portal Analytics" }'
    4. It should return “Response Code 204”.

     

     

    Known Issues - CA API Developer Portal - 4.2 - CA Technologies Documentation 

    look for the section: 

    Unable to View the Analytics Dashboard (DE370582)

     

     

     



  • 3.  Re: Missing version
    Best Answer

    Posted Jul 16, 2018 07:35 PM

    Hi Stefan,

     

    Portal 4.2.7.5 has been released and it does have the Analytics/Jarvis Dashboard fixed.

     

    You can download the full offline package from:
    ftp://ftp.ca.com/pub/API_Management/API_Developer_Portal_Enhanced_Experience/CR/v4.2.7.5/apim-portal-4.2.7.5-final-offline.tar.gz

     

    Or the Online one from:
    ftp://ftp.ca.com/pub/API_Management/API_Developer_Portal_Enhanced_Experience/CR/v4.2.7.5/apim-portal-4.2.7.5-final.tar.gz

     

    Both are updated now in the Solutions and Patches page.

     

    Hope this helps,

     

    Regards,

     

    Amit.