From 34c6c023e64a874b06cbd147c23fe04848699b75 Mon Sep 17 00:00:00 2001 From: Sebastien Goasguen Date: Fri, 19 Jul 2013 05:44:18 -0400 Subject: [PATCH] CLOUDSTACK-2057: minor correction --- docs/en-US/signing-api-requests.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/docs/en-US/signing-api-requests.xml b/docs/en-US/signing-api-requests.xml index fc8773b92c8..92ff79e61f3 100644 --- a/docs/en-US/signing-api-requests.xml +++ b/docs/en-US/signing-api-requests.xml @@ -39,8 +39,8 @@ As with all query string parameters of field-value pairs, the "field" component is case insensitive while all "value" values are case sensitive. command=deployVirtualMachine&serviceOfferingId=1&diskOfferingId=1&templateId=2&zoneId=4&apiKey=miVr6X7u6bN_sdahOBpjNejPgEsT35eXq-jB8CG20YI3yaxXcgpyuaIRmFI_EJTVwZ0nUkkJbPmY3y2bciKwFQ - 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. - &signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D + 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. + &signature=Lxx1DM40AjcXU%2FcaiK8RAP0O1hU%3D Every API request has the format Base URL+API Path+Command String+Signature.