Suppose I know the proxy URL
https://xxxx.org011.site.com/application/foo/v1/notifications/bar/orders
Is there way in the APIGEE tool where I can filter/search which product does this belong to?
PS: I've admin access on the APIGEE platform, just that I'm unable to figure how to search in it.
Do you know the proxy name? If yes, it should be easy to search the product using Dino's apigee-edge-js utility. Check this post on Apigee community for more details - https://www.googlecloudcommunity.com/gc/Apigee/List-API-Products-associated-to-an-API-Proxy/m-p/170246.
On the other hand, if you do not know the proxy name, there are two approaches I can think of -
trafficas the metric(any metric should do), and proxy as the dimension. Under the filter, add a filter condition withNameasProxy Base Path,Operatoras=andValueas your basepath from your proxy URL. Save it and view the report, that should give you your proxy name. Once you know the proxy, use apigee-edge-js utility to find the product.Note, there are bunch of other values you can use for
Nameunder filter condition likeProxy Client IP,Proxy Path SuffixorX Forwarded For. Choose whatever works for you./application/foo/v1for example and find out the proxy name. Once you know the proxy, use apigee-edge-js utility to find the product.