Need API proxy creation through management API

I want to create api proxy through rest api calls

I see that there are api call provided to create the api. however i do not see any json request for creating proxy endpoint or target endpoint.

can anyone please explain how should achieve this?

0 2 76
2 REPLIES 2

You can import a proxy bundle. See documentation here.

Also here's a quick screencast on the topic.

Not applicable

there are api calls. But creating the empty prozyvbhndle and updating as per policies doesn't work in the same way.

The approach mostly followed is make a proxy bundle in your local. Then import to Apigee using management api call.

Your proxy bundle should have the proper structure as specified here.https://cloud.google.com/apigee/docs/api-platform/reference/api-proxy-configuration-reference

Using the curl request for management api and passing the bundle you can create proxy and another management api call to deploy.

You can also use tools like Apigee nodetool, maventool etc.