How to create a proxy by open api spec using APIGEE management API.

I am trying to create a proxy by using OpenApi specs using Apigee management API's only .

When going through the management API 's docs i didn't find any reference to achieve this .

Please let me know if this can be achieved ?

1 1 242
1 REPLY 1

There are Management APIs for creating an API proxy for example, but you still need to provide your proxy xml for this.

In your case, you need to generate your proxy xml from your open api spec, then use the management api to create your api proxy.

This may be of interest

https://community.apigee.com/articles/8796/openapi2apigee-a-nodejs-command-line-tool-to-gener.html

https://www.npmjs.com/package/openapi2apigee