How to find deployments using path

Is there a way to find API proxy deployments based on the base path? I'm looking for one that handles "/user/whatever" but I can't find which proxy is using this base path. Thanks.

Solved Solved
0 3 144
1 ACCEPTED SOLUTION

Would it be easy for the Apigee web interface to let us search by path, though?

No, it is not currently possible.

It would be a great convenience to us to let us search by that rather than having to use an API to do it.

100% agree! It would be a nice feature add. In fact, there is an outstanding feature request. The internal reference is: b/199329634 . If you would like to advocate for prioritization of this FR, please connect with your support engineer (or TAM, or CSM) to express your interest.

View solution in original post

3 REPLIES 3

Using apigee management api's you can extract it (since you are close to the env you will have better understanding which will be easy for you to identify  which proxy may be using it)

simple way..if you create a proxy with same path it may provide you some hints in the warning as well..

But in general if you are learning/new playing around with these management api's will provide  curiosity while running those api's yourself & will able to identify..

Deployments:

https://apidocs.apigee.com/docs/deployments/1/routes/organizations/%7Borg_name%7D/apis/%7Bapi_name%7...

API's:

https://apidocs.apigee.com/docs/api-proxies/1/routes/organizations/%7Borg_name%7D/apis/get

For more exploration: https://apidocs.apigee.com/apis

To your question Dino's utility will match your needs  to identify...

https://github.com/DinoChiesa/apigee-edge-js-examples

https://github.com/DinoChiesa/apigee-edge-js-examples/blob/main/listProxyBasepaths.js 

 

good luck in exploration..

Would it be easy for the Apigee web interface to let us search by path, though? You have the information somewhere in your system. It would be a great convenience to us to let us search by that rather than having to use an API to do it.

Would it be easy for the Apigee web interface to let us search by path, though?

No, it is not currently possible.

It would be a great convenience to us to let us search by that rather than having to use an API to do it.

100% agree! It would be a nice feature add. In fact, there is an outstanding feature request. The internal reference is: b/199329634 . If you would like to advocate for prioritization of this FR, please connect with your support engineer (or TAM, or CSM) to express your interest.