Difference between revisions of "Using the engine API of cloud public ikoula"
Line 1: | Line 1: | ||
− | + | <br /> | |
− | This article has been created by an automatic translation software. You can view the article source [[:fr:Utiliser le moteur API du cloud public ikoula|here]].<br /> | + | This article has been created by an automatic translation software. You can view the article source [[:fr:Utiliser le moteur API du cloud public ikoula|here]].<br /><span data-translate="fr"></span> |
<!-- Début de l'article. Placez votre texte ci-après et n'hésitez pas à personnaliser les chapitres selon votre besoin --> | <!-- Début de l'article. Placez votre texte ci-après et n'hésitez pas à personnaliser les chapitres selon votre besoin --> | ||
Line 15: | Line 15: | ||
If you want to perform programmatic way or out of the Web interface, it is possible to go through the API. | 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 | + | To do this, you need to go in the 'Accounts' section : |
Line 27: | Line 27: | ||
− | In the newly opened pane, click on | + | In the newly opened pane, click on 'See users' : |
Line 54: | Line 54: | ||
- The domain administrator and user API specifications are respectively : | - The domain administrator and user API specifications are respectively : | ||
− | o Admin | + | o . Admin domain : TOC_Domain_Admin |
o User : TOC_User | o User : TOC_User | ||
Line 62: | Line 62: | ||
o Your API key | o Your API key | ||
− | o Your secret | + | o Your key secret |
− | o Send queries to the address of the API with a method of | + | o Send queries to the address of the API with a method of HTTP |
o Process returns in XML or JSON format (choice ) | o Process returns in XML or JSON format (choice ) | ||
Line 72: | Line 72: | ||
How to generate signature ? Example API request using the GET method and use in PHP. | How to generate signature ? Example API request using the GET method and use in PHP. | ||
− | Data recovery (list | + | Data recovery (list instances ) |
Launch of actionable (multiple startups ) | Launch of actionable (multiple startups ) | ||
Line 91: | Line 91: | ||
[[Category:[First_steps_on_cloud_public_ikoula]] | [[Category:[First_steps_on_cloud_public_ikoula]] | ||
[[Category:Public_cloud]] | [[Category:Public_cloud]] | ||
− | + | <comments /> |
Revision as of 09:27, 24 September 2015
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 need to go in the 'Accounts' section :
Then select your account :
In the newly opened pane, click on 'See 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 key secret
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 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