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

From EN Ikoula wiki
⧼vector-jumptonavigation⧽ ⧼vector-jumptosearch⧽
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 />
+
<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 must go to the section "accounts" :
+
To do this, you need to go in the 'Accounts' section :
  
  
Line 27: Line 27:
 
   
 
   
  
In the newly opened pane, click on "show users" :
+
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. domain : TOC_Domain_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 key
+
o Your key secret  
  
o Send queries to the address of the API with a method of http
+
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 of instances )  
+
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]]
<span data-translate="fr"></span><comments />
+
<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 :


Premierpascs76.png


Then select your account :


Premierpascs77.png


In the newly opened pane, click on 'See 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 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 ?

0


[[Category:[First_steps_on_cloud_public_ikoula]]


You are not allowed to post comments.