Removing the suffix "{myorg}-test.apigee.net" from the Project base Path while creating API Proxy

Not applicable

Hi,

While creating an API Proxy we have to specify a project Base Path and the path takes the form ::

http://{org-name}-test.apigee.net/v1/weather/forec...

where

test.apigee.net

is constant suffix can we have a way to remove so the Url can take the form

 {org-name}-{environment}.net
0 2 299
2 REPLIES 2

Hi @Anand Jayant Kadhi In Apigee cloud that URL structure is fixed.

But you can have your own domain name and do a CNAME to the Apigee domain name.

For example api.yourdomain.net can be CNAMEd to the http://{org-name}-test.apigee.net/ name.

If you want to do {org-name}-{environment}.net then that will depend on if you own the domain name {org-name}-{environment}.net eg. Lets say orgname is companya and environment name is test then if you own the domain companya-test.net then you can CNAME it to the base domain of Apigee.

FYI you can do the above only for the enterprise version of Apigee

Hi @sarthak

Sorry i am not able to get the CNAME is it related to Ldap(common name), and how can i CNAME my domain name to Apigee domain name.

Also as i already have an account on Apigee does it mean that i own the domain name i.e. {org-name}-{environment}.apigee.net and if not how to own a domain name.