Get hands-on experience with 20+ free Google Cloud products and $300 in free credit for new customers.

I am trying to call the APIGEE Edge REST Api's from java but getting UnknownHostException error

I am trying to call the APIGEE Edge REST Api's from java using simple http connection but below getting UnknownHostException error

API's try to connect : https://api.enterprise.apigee.com/v1/organizations/{org_name}/apiproducts

I have tried to call this API through Spring RestTemplate but getting the same error.

java.net.UnknownHostException: api.enterprise.apigee.com

Note : I am using free trail account of APIGEE.

0 2 676
2 REPLIES 2
Top Solution Authors