You can check the compatibility of the query API here: https://cwiki.apache.org/confluence/x/rgHVAQ
Largely based on the SOAP service support. On 1/30/14 3:59 PM, "Jeff Hair" <j...@greenqloud.com> wrote: >Hi Chiradeep, > >In this case it's the REST service being used by an external application. >Don't the API tools use the SOAP service? > >Jeff > > >On Thu, Jan 30, 2014 at 3:21 PM, Chiradeep Vittal < >chiradeep.vit...@citrix.com> wrote: > >> AFAIK, it works with a very specific version of the API tools >> >>http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.2/html/Inst >>al >> lation_Guide/aws-ec2-user-setup.html >> >> >> On 1/30/14 1:42 PM, "Jeff Hair" <j...@greenqloud.com> wrote: >> >> >I should clarify that we are using 4.2.1 stable release with VMWare. >> > >> > >> >On Thu, Jan 30, 2014 at 1:07 PM, Jeff Hair <j...@greenqloud.com> wrote: >> > >> >> Hi, >> >> >> >> We're trying to query the EC2 REST API. Most of it works, but we're >> >> running into an issue when calling describe addresses. It returns a >> >>fault >> >> with "domain cannot be null!!" as the error text. I've traced this >>down >> >>to >> >> CloudStack not setting the EC2 domain (standard or vpc) in the >> >> EC2SoapServiceImpl#toDescribeAddressesResponse static method. The >>domain >> >> property is not being set, and then it explodes on serialization with >> >>the >> >> above error. >> >> >> >> So, my questions are these: >> >> >> >> 1. Is this a bug in CloudStack with the EC2 API and Advanced >>Networking? >> >> Or are we missing some configuration/setting? >> >> 2. If this is actually a bug, what is the best way to work around it >> >> temporarily, and also where to start fixing it for real in the CS >> >>codebase? >> >> >> >> Thanks, >> >> >> >> Jeff >> >> >> >>