What is the difference in functionality and availability of Management APIs in on-permise and Cloud deployment of APigee(Edge & Dev Portal)? Please provide any link if available on same.

Not applicable

@vinita.dargan

0 3 133
3 REPLIES 3

@Vinita , Are you looking for any specific information ? Do you see any issue between Cloud / onPrem ? Most of the Management APIs should work in onPrem too. OnPrem will have some extra Management APIs that are documented in OPDK docs.

adas
New Member

@Vinita the management apis by definition should be the same across both public and private cloud deployments. There are mgmt apis which are sysadmin only which are not documented for public cloud but are available in the onpremise version. One major difference that you may notice with public cloud is the fact that management api calls are proxied through and api proxy called PublicAPi. So all management api calls that are made by our customers or calls made by the Edge UI are actually proxied through this Apiproxy and few additional proxy layer logic like caching, spike arrest, routing etc are done by this api proxy layer. However this doesn't alter the request/response pattern or formats for any of the mgmt apis. I hope this was helpful.

Can we have API's where nodejs proxy(Form) gets authenticated with APIGEE-Edge Credentials. Any Management API to support this authentication requirement on cloud deployment?