0

Do i have the options of continuous deployment in wso2 api manager. For example - I have configured an API in test region & once API testing is done i need to promote the API to UAT region automatically rather than login again in UAT region configure the same API.

2 Answers2

0

Currently we don't have that support. We have this feature in our roadmap.

Ratha
  • 9,434
  • 17
  • 85
  • 163
0

You can do it by programmatically. write a java client to get the api details from one environment and then publish to the target environment using apimanager's publisher apis[1].

  1. https://docs.wso2.com/display/AM170/Publisher+APIs
Jenananthan
  • 1,381
  • 2
  • 10
  • 20
  • This looks good. is there any other process improvised on this? If yes, can you please let us know – munna Feb 28 '18 at 18:28