You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@cloudstack.apache.org by raja sekhar <ra...@gmail.com> on 2014/03/26 13:14:45 UTC

about api

can any one tell me about  How to sign an API call with Python and please
refer any link or material regarding this.


regards,
rajasekhar

Re: about api

Posted by Daan Hoogland <da...@gmail.com>.
Raja,

You can check out the marvin code for this.

regards,
Daan

On Wed, Mar 26, 2014 at 1:14 PM, raja sekhar <ra...@gmail.com> wrote:
> can any one tell me about  How to sign an API call with Python and please
> refer any link or material regarding this.
>
>
> regards,
> rajasekhar



-- 
Daan

Re: about api

Posted by raja sekhar <ra...@gmail.com>.
thank you i got it.


On Wed, Mar 26, 2014 at 6:08 PM, Felippe da Motta Raposo <
felippe.gestec@corp.globo.com> wrote:

> Hi!
>
> This is how I have done it:
> https://github.com/felippemr/killer
>
> It must be improved but it works fine!
>
>
> 2014-03-26 9:33 GMT-03:00 Ian Duffy <ia...@ianduffy.ie>:
>
> > Hi Raja,
> >
> > This is how I have done it:
> >
> >
> https://github.com/imduffy15/ec2stack/blob/master/ec2stack/providers/cloudstack/requester.py
> >
> > See the _generate_signature method.
> >
> > CloudMonkey does something like this too
> >
> >
> https://github.com/bhaisaab/cloudmonkey/blob/master/cloudmonkey/requester.py
> >
> > Check out this screencast too:
> > https://www.youtube.com/watch?v=ZPfm2EksIbc#t=776
> >
> > On 26 March 2014 12:14, raja sekhar <ra...@gmail.com> wrote:
> > > can any one tell me about  How to sign an API call with Python and
> please
> > > refer any link or material regarding this.
> > >
> > >
> > > regards,
> > > rajasekhar
> >
>

Re: about api

Posted by Felippe da Motta Raposo <fe...@corp.globo.com>.
Hi!

This is how I have done it:
https://github.com/felippemr/killer

It must be improved but it works fine!


2014-03-26 9:33 GMT-03:00 Ian Duffy <ia...@ianduffy.ie>:

> Hi Raja,
>
> This is how I have done it:
>
> https://github.com/imduffy15/ec2stack/blob/master/ec2stack/providers/cloudstack/requester.py
>
> See the _generate_signature method.
>
> CloudMonkey does something like this too
>
> https://github.com/bhaisaab/cloudmonkey/blob/master/cloudmonkey/requester.py
>
> Check out this screencast too:
> https://www.youtube.com/watch?v=ZPfm2EksIbc#t=776
>
> On 26 March 2014 12:14, raja sekhar <ra...@gmail.com> wrote:
> > can any one tell me about  How to sign an API call with Python and please
> > refer any link or material regarding this.
> >
> >
> > regards,
> > rajasekhar
>

Re: about api

Posted by Ian Duffy <ia...@ianduffy.ie>.
Hi Raja,

This is how I have done it:
https://github.com/imduffy15/ec2stack/blob/master/ec2stack/providers/cloudstack/requester.py

See the _generate_signature method.

CloudMonkey does something like this too
https://github.com/bhaisaab/cloudmonkey/blob/master/cloudmonkey/requester.py

Check out this screencast too: https://www.youtube.com/watch?v=ZPfm2EksIbc#t=776

On 26 March 2014 12:14, raja sekhar <ra...@gmail.com> wrote:
> can any one tell me about  How to sign an API call with Python and please
> refer any link or material regarding this.
>
>
> regards,
> rajasekhar