edgemicro-auth product list

Hi,

I have a problem with the edgemicro-auth proxy and the /products endpoint. I have 339 products and the microgateway receive the only 299. It seems there is a small limitation somewhere but as the code which do the fetch use internal apigee java API I do not see if it's the code or an internal limitation.

Does anyone have the same problem ?

0 4 172
4 REPLIES 4

Guillaume, would it be possible for you to directly invoke /products endpoint and verify how many products are returned by that?

curl -i http://{hostname}/edgemicro-auth/products

Hi,

I have done the test and it returns 307 products and I have 341 in my org.

Former Community Member
Not applicable

The edgemicro-auth/products endpoint returns only those products that are enabled for the environment MG is configured to.

Indeed if I publish the product on the environment it works. But If I read the documentation if no environment is selected it's published on all the environments. So who I trust ?