Is there anyway to extract all proxy endpoints along with target points details?

My use case is: to extract all proxies endpoints along with their target endpoint details. currently management api only list all proxies but doesn't share target config and there is only 1 way to do that is going 1 api proxy at a time.


In our system we have 700 proxies and we have to consolidate / refactor them . going one by one will not help. some where in any other company if people have implemented they might help.

0 1 243
1 REPLY 1

Not applicable

You have api call to get one proxy's proxy endpoint and target endpoint details.

You can use those in loop to get all proxy information.

In my experience we had another application which was taking input to build the APIs, that stores all information.

In another experience, we were storing the raml or swagger document of the service.

For refactoring, you can download APIs to Unix system, using Unix command help can do so.