How to create a API Proxy using rest API call

 
Solved Solved
0 3 907
2 ACCEPTED SOLUTIONS

Not applicable

You can create an API proxy on your local machine, zip up its contents, and deploy that to your Apigee proxy using either the Create API or Update API. Many times, an API is first created in Apigee, downloaded to the user's machine for development, and then uploaded in this way.

View solution in original post

The links above to "Create API" and "Update API" are to the doc pages that describe the REST APIs. There is a third REST API, "Import a new API Proxy" at http://apigee.com/docs/management/apis/post/organizations/%7Borg_name%7D/apis-0 that you can use to import the zip file.

--Stephen

View solution in original post

3 REPLIES 3

Not applicable

You can create an API proxy on your local machine, zip up its contents, and deploy that to your Apigee proxy using either the Create API or Update API. Many times, an API is first created in Apigee, downloaded to the user's machine for development, and then uploaded in this way.

Thanks Michael .I am aware about this zip import option.Is their any rest api through which i can create api proxy.

The links above to "Create API" and "Update API" are to the doc pages that describe the REST APIs. There is a third REST API, "Import a new API Proxy" at http://apigee.com/docs/management/apis/post/organizations/%7Borg_name%7D/apis-0 that you can use to import the zip file.

--Stephen