Layer7 API Management

  • 1.  How to enable an api in api developer portal 3.5?

    Posted Nov 10, 2017 09:54 AM

    After publishing an api to the apiportal cannot enable those api. When click on the enable button dialog box is opening but not displaying any option..Other dialog boxes are successfully working. Also in Dashboard in 'Task' area an error message is showing. I tried my level best to analyse and pinpoint the issue but couldn't make thourgh finally. Kindly point me where i'm going wrong.

     

    I also attached the screenshot of Dialog box not displaying options properly.

     

    Appreciate your quick help on this.



  • 2.  Re: How to enable an api in api developer portal 3.5?
    Best Answer

    Broadcom Employee
    Posted Nov 13, 2017 09:55 AM

    Amit, 

     

    This usually indicates a permissions problem on the Portal. Please run the following commands from the root prompt on the API Developer Portal to change the incorrect owner of the file back to the required owner: 

     

    # chown -R l7portal:portalusers /opt/Deployments/lrs/repository

    # service apiportal restart

     

    Let me know if you have any other questions.

     

    -Alec Daniello

    APIM Support



  • 3.  Re: How to enable an api in api developer portal 3.5?

    Posted Nov 14, 2017 10:54 AM

    Hi danal !

    That's a great answer.  The suggestion you had given worked out. Thank you very much.