Best Way to Add Proxy Endpoints via APIs

Not applicable

I'm interested in programmatically adding new proxy endpoints and target endpoints to a pre-existing api proxy. What would be the best way to do this? From what I'm gathering, it looks like you need to pull down a zipped version of the proxy, edit it, re-import, and force re-deploy, but that seems pretty heavy.

Is there a better way?

0 1 146
1 REPLY 1

Not applicable
@brianambielli

No, there is no programmatic way to add such functionality. Proxy bundle is a single unit in Apigee platform and any change that impacts proxy bundle need to follow the steps you have outlined.

Btw, steps except editing can be and should be automated by CI/ CD tools.