cloudstack/docs/en-US/developer-getting-started.xml
2012-07-16 15:43:58 -04:00

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>