Is there any way to use cloud stack API along with java / python?
In the clouds stack documents they only provided the information about the interface of the API. how to use those API along with programming language?
Is there any way to use cloud stack API along with java / python? In the clouds stack documents they only provided the information about the interface of the API. how to use those API along with programming language? |
||||
|
CloudStack API’s can be accessed using Using Command Line Interface (CLI) CloudMonkey - https://cwiki.apache.org/CLOUDSTACK/cloudstack-cloudmonkey-cli.html Using Https Requests - http://cloudstack.apache.org/docs/en-US/Apache_CloudStack/4.0.0-incubating/html-single/API_Developers_Guide/ Using CloudStack Clients - https://github.com/jasonhancock/cloudstack-python-client We can make two types of Http requests
Sample Python code to create Signature
|
|||||
|
Probably this example can help you, Also have a look at their api , The wiki page is also a good one to start working with the api. |
|||||
|