You are viewing a plain text version of this content. The canonical link for it is here.
Posted to notifications@jclouds.apache.org by "Tusa Mihail Cristian (JIRA)" <ji...@apache.org> on 2016/06/24 09:18:16 UTC

[jira] [Updated] (JCLOUDS-1132) Amazon AWS - Create Volume - query params reported as unrecognized

     [ https://issues.apache.org/jira/browse/JCLOUDS-1132?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Tusa Mihail Cristian updated JCLOUDS-1132:
------------------------------------------
    Description: 
Let say that I want to create a Volume that is encrypted. So, I set the encrypted on "true"... in request query params apear "&Encrypted=true". In this case the error that I got is: 
<Response><Errors><Error><Code>UnknownParameter</Code><Message>The parameter Encrypted is not recognized</Message></Error></Errors><RequestID>c874434a-b00e-425d-baf4-18087441603a</RequestID></Response> 
instead it should be: "&Encrypted=1" as it is shown in Amazon docs: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html in Example/Sample request. The problems are also related with Volume Type. If not specified than creates a standard volume but if anything specified (any of valid Values: standard | io1 | gp2 | sc1 | st1 ) the same error with unrecognized param is thrown.

  was:
Let say that I want to create a Volume that is encrypted. So, I set the encrypted on "true"... in request query params apear "&Encrypted=true". In this case the error that I got is: 
<Response><Errors><Error><Code>UnknownParameter</Code><Message>The parameter Encrypted is not recognized</Message></Error></Errors><RequestID>c874434a-b00e-425d-baf4-18087441603a</RequestID></Response> 
instead it should be: "&Encrypted=1" as it is shown in Amazon docs: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html in Example/Sample request. The problems are also related with Volume Type. If not specified than creates a standard volume but if anything specified the same error with unrecognized param is thrown.


> Amazon AWS - Create Volume - query params reported as unrecognized
> ------------------------------------------------------------------
>
>                 Key: JCLOUDS-1132
>                 URL: https://issues.apache.org/jira/browse/JCLOUDS-1132
>             Project: jclouds
>          Issue Type: Bug
>          Components: jclouds-compute
>    Affects Versions: 1.9.0, 1.9.2
>         Environment: Amazon AWS EC2 management console
>            Reporter: Tusa Mihail Cristian
>
> Let say that I want to create a Volume that is encrypted. So, I set the encrypted on "true"... in request query params apear "&Encrypted=true". In this case the error that I got is: 
> <Response><Errors><Error><Code>UnknownParameter</Code><Message>The parameter Encrypted is not recognized</Message></Error></Errors><RequestID>c874434a-b00e-425d-baf4-18087441603a</RequestID></Response> 
> instead it should be: "&Encrypted=1" as it is shown in Amazon docs: http://docs.aws.amazon.com/AWSEC2/latest/APIReference/API_CreateVolume.html in Example/Sample request. The problems are also related with Volume Type. If not specified than creates a standard volume but if anything specified (any of valid Values: standard | io1 | gp2 | sc1 | st1 ) the same error with unrecognized param is thrown.



--
This message was sent by Atlassian JIRA
(v6.3.4#6332)