Updated Branches: refs/heads/4.2 7c664728f -> 5e579c37f
CLOUDSTACK-2057: minor correction Project: http://git-wip-us.apache.org/repos/asf/cloudstack/repo Commit: http://git-wip-us.apache.org/repos/asf/cloudstack/commit/5e579c37 Tree: http://git-wip-us.apache.org/repos/asf/cloudstack/tree/5e579c37 Diff: http://git-wip-us.apache.org/repos/asf/cloudstack/diff/5e579c37 Branch: refs/heads/4.2 Commit: 5e579c37fca8fbe775c1d8680b2eca8832d9a8fd Parents: 7c66472 Author: Sebastien Goasguen <run...@gmail.com> Authored: Fri Jul 19 05:44:18 2013 -0400 Committer: Sebastien Goasguen <run...@gmail.com> Committed: Fri Jul 19 05:44:18 2013 -0400 ---------------------------------------------------------------------- docs/en-US/signing-api-requests.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) ---------------------------------------------------------------------- http://git-wip-us.apache.org/repos/asf/cloudstack/blob/5e579c37/docs/en-US/signing-api-requests.xml ---------------------------------------------------------------------- diff --git a/docs/en-US/signing-api-requests.xml b/docs/en-US/signing-api-requests.xml index fc8773b..92ff79e 100644 --- a/docs/en-US/signing-api-requests.xml +++ b/docs/en-US/signing-api-requests.xml @@ -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&serviceOfferingId=1&diskOfferingId=1&templateId=2&zoneId=4&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 userâs Secret Key and the HMAC SHA-1 hashing algorithm.</para> - <para>&signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</para> + <listitem><para>Signature: This is the signature of the command string that is generated using a combination of the userâs Secret Key and the HMAC SHA-1 hashing algorithm.</para> + <programlisting>&signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D</programlisting> </listitem> </itemizedlist> <para>Every API request has the format Base URL+API Path+Command String+Signature.</para>