how to connect to cloudstack on java platform -


i have setup cloudstack server , want create program on java platform control cloudstack passing program.

how connect cloudstack?

cloudstack provides api yo can use program against. can find api reference under: http://cloudstack.apache.org/docs/en-us/apache_cloudstack/4.0.2/html/api_developers_guide/index.html

the api developers guide contains many useful information (e.g. how bypass authentication testing): http://cloudstack.apache.org/docs/en-us/apache_cloudstack/4.0.2/html/api_developers_guide/index.html

as interfaces make programming against api easier, know of:

  • marvin: python testing framework cloudstack
  • cloudmonkey, mentioned @donal lafferty: command line interface cloudstack
  • jclouds: interface supports multiple cloud software including cloudstack

i'm in process of writing system tests cloudstack , far i'm inclined go jclouds because java , can used client cloudstack api in tests.


Comments

Popular posts from this blog

c# - Send Image in Json : 400 Bad request -

jquery - Fancybox - apply a function to several elements -

An easy way to program an Android keyboard layout app -