How to create virtual hosts in Apigee X?

I want to create two environment in apigee X one dev and the other is prod

and create two virtual host one default and the other is secure

Environment is dev

Virtual Hosts are default with port 9005, secure with port 9006

environment is Prod

Virtual Hosts are default with port 9007, secure with port 9008

How can i specify the host alias for every environment?
appreciate your support @dchiesa1

@kurtkanaskie

In Apigee X, there is no “Virtual Host”.

In place of that concept from Apigee Edge, in Apigee X you will use the Environment Group. Read more here. This allows you to associate a hostname and TLS settings for that hostname.

1 Like