Delete Volume operation for the Amazon EC2 REST adapter


The Delete Volume operation enables you to delete an Amazon EBS volume that you own.

The following figure shows a sample <items> XML element for the Delete Volume operation. 

Sample <items> XML element for the Delete Volume operation

<items>
   <item>
       <parameters>
           <volume-id></volume-id>
       </parameters>
   </item>
</items>

The following table shows adapter request elements for the Delete Volume operation. 

Adapter request elements for the Delete Volume operation

Element

Definition

Required

<access-key>

Specifies the Amazon Web Services (AWS) access key

You need to generate the AWS access key by going to the Security Credentials tab in the AWS console.

Conditional;

  • You must specify the Access Key and theSecret Key together in the configuration or the adapter request.
  • If you specify both the keys in the adapter request and in the adapter configuration, the key values in the request override the values in the configuration.
  • If only the Access Key is specified, the adapter ignores the value.
<secret-key>

Specifies the AWS secret access key

You need to generate the AWS secret access key by going to the Security Credentials tab in the AWS console.

Conditional;

  • You must specify the Access Key and theSecret Key together in the configuration or the adapter request.
  • If you specify both the keys in the adapter request and in the adapter configuration, the key values in the request override the values in the configuration.
  • If only the Secret Access Key is specified, the adapter ignores the value.
<session-token>

Specifies the temporary session token generated using the AWS APIs.

Conditional;

You must specify the Access Key and Secret Key as well in the configuration or the adapter request, else the <session-token> value is ignored.

<region>

Specifies the region with which you want the adapter to communicate

Amazon EC2 is hosted in multiple locations world-wide. You must specify the region in which you want the adapter to perform the actions.

Valid values:

  • us-east-1
  • us-west-2 (default)
  • us-west-1
  • eu-west-1
  • ap-southeast-1
  • ap-northeast-1
  • ap-southeast-2
  • sa-east-1

No

<operation-name>

Contains the name of the operation: delete-volume

Yes

<volume-id>

Specifies the ID of the Amazon EBS volume to delete

Note: The volume remains in the deleting state for several minutes after entering this command.

Yes

 

The following figure shows a sample adapter request for the Delete Volume operation. 

Sample adapter request for the Delete Volume operation

<amazon-ec2-rest-request>
   <operation-name>delete-volume</operation-name>
   <parameters>
     <volume-id>vol-ae822d86</volume-id>
   </parameters>
</amazon-ec2-rest-request>

The following figure shows a sample adapter response for the Delete Volume operation. 

Sample adapter response for the Delete Volume operation

<amazon-ec2-rest-response>
 <metadata>
   <status>success</status>
 </metadata>
 <DeleteVolumeResponse>
   <return>true</return>
 </DeleteVolumeResponse>
</amazon-ec2-rest-response>

 

Tip: For faster searching, add an asterisk to the end of your partial query. Example: cert*