mirror of
https://github.com/apache/cloudstack.git
synced 2025-10-26 08:42:29 +01:00
14 lines
766 B
XML
14 lines
766 B
XML
<section id="getting-started">
|
|
<title>Getting Started</title>
|
|
<para>
|
|
To get started using the CloudStack API, you should have the following:</para>
|
|
<itemizedlist>
|
|
<listitem><para>URL of the CloudStack server you wish to integrate with.</para></listitem>
|
|
<listitem><para>Both the API Key and Secret Key for an account. This should have been generated by the administrator of the cloud instance and given to you.</para></listitem>
|
|
<listitem><para>Familiarity with HTTP GET/POST and query strings.</para></listitem>
|
|
<listitem><para>Knowledge of either XML or JSON.</para></listitem>
|
|
<listitem><para>Knowledge of a programming language that can generate HTTP requests; for example, Java or PHP.</para></listitem>
|
|
</itemizedlist>
|
|
</section>
|
|
|