Exposing API on a specific environment group in APIGEE X

how we can expose an API proxy on a specific environment group instead of all the environment groups within an environment?
 
Something similar to the virtual host concept in APIGEE Edge.
3 2 81
2 REPLIES 2

You cannot do that directly. Your options for workarounds, as I see them, are:

  1. Create a new environment that maps 1:1 to your desired environment group. 
  2. Add a condition in the Proxy that checks the hostname used by the client, and rejects inbound calls  that use a hostname that is not "the required hostname". 

Hi @dchiesa1 

Thanks for your response. 

This can be a very common requirement for a API Gateway.  Is there any plan in product roadmap to have this capability. Having multiple environment will have licencing implications.