Difference between revisions of "Using the engine API of cloud public ikoula"

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽
(Created page with "This article has been created by an automatic translation software. You can view the article source here.<br /> <!-- Dé...")
 
Line 1: Line 1:
 +
<span data-link_translate_fr_title="Utiliser le moteur API du cloud public ikoula"  data-link_translate_fr_url="Utiliser_le_moteur_API_du_cloud_public_ikoula"></span><br />[[:fr:Utiliser le moteur API du cloud public ikoula]][[fr:Utiliser le moteur API du cloud public ikoula]]<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 />
  

Revision as of 16:19, 22 September 2015


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" :


Premierpascs76.png


Then select your account :


Premierpascs77.png


In the newly opened pane, click on "show users" :


Premierpascs78.png


Finally, select the user you want to use the API through which :


Premierpascs79.png


In the detailed pane, we can identify key API (1) but be aware that it is possible to generate new (2):

Premierpascs80.png


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 ?

0


[[Category:[First_steps_on_cloud_public_ikoula]]


You are not allowed to post comments.