WSO2 APIM - api file deployment

陌路散爱 提交于 2019-12-12 01:36:50

问题


deploying the WSO2 APIM 2.1.0 using puppet, we consider to deploy the API itself with the CICD as well.

In theory - I could copy (template) the synapse files (proxy, api) and the api is available for the call, however - the API is not visible in the store. I assume there's more data in the database than just a synapse config file.

Is there a way to define / deploy API (including to the store) using the configuration files or it needs to be done manually?

Edit: I thought there's a way to deploy API using the API Admin Services. But when calling addAPI with the metadata XML, looks ok. But trying to see the API in the publisher throws an exception

ERROR - index:jag org.wso2.carbon.apimgt.api.APIManagementException: Unable to find the API: admin-myapi-v1.0.0 in the database

Thank you for any hint

g.


回答1:


Based on your requirements it looks like you can use one of the following options.

  1. Migrate APIs - You can export APIs from one environment and import those APIs to the new environment. When you import APIs in the new environment, those APIs will be in created state. You need to manually publish those APIs. May be using the jaggery API or REST API you will be able to publish the APIs.

  2. REST API

  3. Jaggery API - This is deprecated at the moment and discourage for using this.

Once you create the APIs, APIs related details will be saved in the database. Additionally, synapse configuration can be found in the file system. If you point the previous database to the new deployment and deploy the synapse artifacts, APIs will work. But then again API creation/publishing and entire flow will not be tested. For CICD, you need to consider above mentioned options. In the future releases, there is more focus towards the REST API and it will be more useful for the CICD.



来源:https://stackoverflow.com/questions/42140496/wso2-apim-api-file-deployment

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!