How can retrieve the products associated with a proxy

Not applicable

Is there anyway to retreive the products assosiated with a proxy?

Solved Solved
3 2 125
1 ACCEPTED SOLUTION

Have you tried

curl -n -i ${mgmtserver}/v1/o/${orgname}/apiproducts?expand=true

??

View solution in original post

2 REPLIES 2

Have you tried

curl -n -i ${mgmtserver}/v1/o/${orgname}/apiproducts?expand=true

??

Tried this just now. Works to get the full map of products' proxies. So the work we have moves from being network-heavy to a single call but still a bit processing heavy as we have to search each product-response object for matching proxies. Pretty slick, even if not a perfect fit to my ask. Thanks!