From 47653c6aa79b7901fd744ae60647678852c471d8 Mon Sep 17 00:00:00 2001 From: Anne Gentle Date: Tue, 5 Aug 2014 23:43:10 -0500 Subject: [PATCH] Removes WADL from v1 Block Storage API Moves generalized info to API Reference Other patch adds backup extension info to API Reference Change-Id: I8abd1189c8948044047fa6cf19683c982f826c83 --- v1/bk_blockstorage_api_ref_v1.xml | 126 ++----------- v2/bk_blockstorage_api_ref_v2.xml | 293 ++---------------------------- 2 files changed, 33 insertions(+), 386 deletions(-) diff --git a/v1/bk_blockstorage_api_ref_v1.xml b/v1/bk_blockstorage_api_ref_v1.xml index e2b9b60..3238f84 100644 --- a/v1/bk_blockstorage_api_ref_v1.xml +++ b/v1/bk_blockstorage_api_ref_v1.xml @@ -68,6 +68,19 @@ format="SVG" scale="60"/> + + 2014-08-05 + + + + Removed and replaced WADL references with link to Block Storage API v1 + (CURRENT). + + + + 2014-06-17 @@ -708,115 +721,8 @@ Date: Tue, 29 Nov 2011 00:35:24 GMT xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml"> API operations -
- Volumes - A volume is a detachable block storage device. You can - think of it as a USB hard drive. It can only be attached to - one instance at a time. - When making an API call to - create, list, or delete volume(s), the following status values - are possible: - - - CREATING – The volume is being created. - - - AVAILABLE – The volume is read to be attached to - an instance. - - - ATTACHING – The volume is attaching to an - instance. - - - IN-USE – The volume is attached to an - instance. - - - DELETING – The volume is being deleted. - - - ERROR – An error has occurred with the - volume. - - - ERROR_DELETING – There was an error deleting the - volume. - - - - - - - - - - - - - - - -
-
- Snapshots - A snapshot is a point in time - copy of the data contained in a volume. - When making an API call to create, list, or delete - snapshot(s), the following status values are possible: - - - CREATING – The snapshot is being created. - - - AVAILABLE – The snapshot is ready to be - used. - - - DELETING – The snapshot is being deleted. - - - ERROR – An error occurred with the - snapshot. - - - ERROR_DELETING – There was an error deleting the - snapshot. - - - - - - - -
-
- Volume types - - - - - - - - -
-
- Quota sets extension (os-quota-sets) - Administrators only, depending on policy settings. View, - update, and delete quotas for a tenant. - -
+ For information about Block Storage API operations, see Block Storage API v1 (CURRENT). diff --git a/v2/bk_blockstorage_api_ref_v2.xml b/v2/bk_blockstorage_api_ref_v2.xml index 47cea4b..50bc698 100644 --- a/v2/bk_blockstorage_api_ref_v2.xml +++ b/v2/bk_blockstorage_api_ref_v2.xml @@ -63,6 +63,19 @@ format="SVG" scale="60"/> Programming Interface (API). + + 2014-08-13 + + + + Removed and replaced WADL references with links to Block Storage API v2 + (CURRENT). + + + + 2014-06-17 @@ -749,281 +762,9 @@ Date: Tue, 29 Nov 2011 00:35:24 GMT xmlns:svg="http://www.w3.org/2000/svg" xmlns:m="http://www.w3.org/1998/Math/MathML" xmlns:html="http://www.w3.org/1999/xhtml"> - API operations -
- Volumes - A volume is a detachable block storage device. You can - think of it as a USB hard drive. You can attach a volume to - one instance at a time. - When you create, list, or delete volumes, these status - values are possible: - - - - Status - Description - - - - - creating - The volume is being created. - - - available - The volume is ready to be attached to an - instance. - - - attaching - The volume is attaching to an - instance. - - - in-use - The volume is attached to an - instance. - - - deleting - The volume is being deleted. - - - error - An error occurred during volume - creation. - - - error_deleting - An error occurred during volume - deletion. - - - backing-up - The volume is being backed up. - - - restoring-backup - A backup is being restored to the - volume. - - - error_restoring - An error occurred during backup restoration to a - volume. - - - - - - - - - - - - - - - - - -
-
- Snapshots - A snapshot is a point in time copy of the data that a - volume contains. - When you create, list, or delete snapshots, these status - values are possible: - - - - Status - Description - - - - - - creating - The snapshot is being created. - - - - available - The snapshot is ready to be used. - - - - deleting - The snapshot is being deleted. - - - - error - An error occurred during snapshot - creation. - - - - error_deleting - An error occurred during snapshot - deletion. - - - - - - - - -
-
- Volume types - - - - - - - - -
-
- Quality of service (QoS) specifications - (qos-specs) - Administrators only, depending on policy settings. Create, - list, show details for, associate, disassociate, and delete - quality of service (QoS) specifications. - - - - - - - - - - - - - - - - - - - -
-
- Quota sets extension (os-quota-sets) - Administrators only, depending on policy settings. View, - update, and delete quotas for a tenant. - -
-
- Limits extension (limits) - Show absolute limits for a tenant. - -
-
- Backups extension - A backup is a full copy of a volume stored in an external - service. The service can be configured. The only supported - service for now is Object Storage. A backup can subsequently - be restored from the external service to either the same - volume that the backup was originally taken from, or to a new - volume. backup and restore operations can only be carried out - on volumes which are in an unattached and available - state. - When you create, list, or delete backups, these status - values are possible: - - - - Status - Description - - - - - - creating - The backup is being created. - - - - available - The backup is ready to be restored to a - volume. - - - - deleting - The backup is being deleted. - - - - error - An error has occurred with the - backup. - - - - restoring - The backup is being restored to a - volume. - - - - error_restoring - An error occurred during backup restoration to a - volume. - - - - In the event of an error, more information about the error - can be found in the fail_reason field for - the backup. - - - - - - - - - - - - - - - - -
+ API operations and extensions + For information about Block Storage API operations and extensions, see Block Storage API v2 (CURRENT).