Using the engine API of cloud public ikoula
fr:Utiliser le moteur API du cloud public ikoula
This article has been created by an automatic translation software. You can view the article source here.
4. Use the API engine of cloud public ikoula
a. generate its API keys
If you want to perform programmatic way or out of the Web interface, it is possible to go through the API.
To do this, you must go to the section "accounts" :
Then select your account :
In the newly opened pane, click on "show users" :
Finally, select the user you want to use the API through which :
In the detailed pane, we can identify key API (1) but be aware that it is possible to generate new (2):
b. for calls to the API basics
Before any creation of script, it is necessary to understand some basics about the API.
- The address used to join the API is : https://cloudstack.ikoula.com/client/api
- The domain administrator and user API specifications are respectively :
o Admin. domain : TOC_Domain_Admin
o User : TOC_User
- To use the API, will need you :
o Your API key
o Your secret key
o Send queries to the address of the API with a method of http
o Process returns in XML or JSON format (choice )
Consult all our APIs FAQ :
How to generate signature ? Example API request using the GET method and use in PHP.
Data recovery (list of instances )
Launch of actionable (multiple startups )
Manage asynchronous tasks (instances being started )
This article seemed you to be useful ?
[[Category:[First_steps_on_cloud_public_ikoula]]
Enable comment auto-refresher