Unsubscribe

2014-09-07 Thread Eyal Kalimi



Re: sending a specific request to cloud provider

2013-12-29 Thread Eyal Kalimi
Hi,
Thanks for your reply, the request is DescribeInstanceStatus


2013/12/25 Andrew Phillips 

> Is it possible to use org.jclouds.rest.HttpClient (or any other way) for
>> sending a request to cloud provider?
>> I need this for querying ec2 status checks which is not supported by the
>> API.
>>
>
> You should be able to do something like
>
> HttpRequest req = HttpRequest.builder()build(); // [1]
> HttpResponse resp = ctx.utils().http().invoke(req); // [2]
>
> but you'd have to manage all the authentication and headers yourself :-(
>
> Out of curiosity: to which "unsupported request(s)" are you referring?
>
> ap
>
> [1] http://javadocs.jclouds.cloudbees.net/org/jclouds/
> http/HttpRequest.html
> [2] http://javadocs.jclouds.cloudbees.net/org/jclouds/
> rest/Utils.html#http()
>


sending a specific request to cloud provider

2013-12-24 Thread Eyal Kalimi
Hi,
Is it possible to use org.jclouds.rest.HttpClient (or any other way) for
sending a request to cloud provider?
I need this for querying ec2 status checks which is not supported by the
API.

Thanks
Eyal


vcloud header issue

2013-12-22 Thread Eyal Kalimi
Hello everyone,


Is this issue been solved in jclouds 1.7.0?

https://groups.google.com/forum/#!topic/jclouds/MARWk48i2K8