Management APIs to check proxies deployed in a particular apigee environment?

Not applicable

From the Management APIs link I couldn't find the an API to check the apis deployed in a particular environment (http://apigee.com/docs/api/apis-0)

0 3 4,309
3 REPLIES 3

Not applicable

Dear @akshay.anand9 Here is the curl to check proxy deployed in particular environment :-

curl -v http://<<ManagementServerIP:8080/v1/o/<org>/environments/<env>/apis/<proxyname>deployments -u uuu:ppp

https://api.enterprise.apigee.com/v1/o/{OrgName}/e...

Pass the Base64 authentication (Apigee account username:password) in header