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.