CLOUDSTACK-2057: minor correction

This commit is contained in:
Sebastien Goasguen 2013-07-19 05:44:18 -04:00
parent 499b78bf09
commit 34c6c023e6
1 changed files with 2 additions and 2 deletions

View File

@ -39,8 +39,8 @@
<note><para>As with all query string parameters of field-value pairs, the "field" component is case insensitive while all "value" values are case sensitive.</para></note>
<programlisting>command=deployVirtualMachine&amp;serviceOfferingId=1&amp;diskOfferingId=1&amp;templateId=2&amp;zoneId=4&amp;apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ</programlisting>
</listitem>
<listitem><para>Signature: This is the hashed signature of the Base URL that is generated using a combination of the users Secret Key and the HMAC SHA-1 hashing algorithm.</para>
<para>&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</para>
<listitem><para>Signature: This is the signature of the command string that is generated using a combination of the users Secret Key and the HMAC SHA-1 hashing algorithm.</para>
<programlisting>&amp;signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</programlisting>
</listitem>
</itemizedlist>
<para>Every API request has the format Base URL+API Path+Command String+Signature.</para>