List of products for a proxy

Hi,

can i get the list of products associated with the proxy through management api.

Or is it possible to see the product associated from the proxy level.

We can see the proxy list from the product but not otherwise.

Regards,

Krushna

0 1 1,011
1 REPLY 1

Not directly, no

But you can take a brute force approach: filter the list of API Products,for those that include your desired proxy in the list of API proxies for that product.

There's a script that does this.

You need nodejs to run it.

You could do the same thing in powershell, or any environment that is scriptable.

(You could use the PHP SDK for the Apigee Edge Mgmt API, for example)