API v1.0
Copyright © 2012
Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at
http://www.apache.org/licenses/LICENSE-2.0
Unless required by applicable law or agreed to in writing, software distributed under the License is distributed on an "AS IS" BASIS, WITHOUT WARRANTIES OR CONDITIONS OF ANY KIND, either express or implied. See the License for the specific language governing permissions and limitations under the License.
2013-02-24
Abstract
This document is intended for software developers interested in developing applications using the OpenStack Block Storage Service Application Programming Interface (API).
List of Tables
List of Examples
- 1.1. Request with Headers (Getting Volume Types)
- 1.2. Response with Headers
- 1.3. DB Service Date/Time Format
- 1.4. Example instanceFault Response: XML
- 1.5. Example Fault Response: JSON
- 1.6. Example badRequest Fault on Volume Size Errors: XML
- 1.7. Example badRequest Fault on Volume Size Errors: JSON
- 1.8. Example itemNotFound Fault: XML
- 1.9. Example itemNotFound Fault: JSON
- 2.1. Create Volumes: JSON Request
- 2.2. Create Volumes: JSON Response
- 2.3. List Volumes: Request
- 2.4. List Volumes: JSON Response
- 2.5. List Volumes: Request
- 2.6. List Volumes: JSON Response
- 2.7. Show Volume: Request
- 2.8. Show Volume: JSON Response
- 2.9. Update Volume: JSON Request
- 2.10. Update Volume: JSON Response
- 2.11. Delete Volume: Request
- 2.12. Delete Volume: Response
- 2.13. Create Snapshot: JSON Request
- 2.14. Create Snapshot: JSON Response
- 2.15. List Snapshots: Request
- 2.16. List Snapshots: JSON Response
- 2.17. List Snapshots Details: Request
- 2.18. List Snapshots Details: JSON Response
- 2.19. Show Snapshot: Request
- 2.20. Show Snapshot: JSON Response
- 2.21. Update Snapshot: JSON Request
- 2.22. Update Snapshot: JSON Response
- 2.23. Delete Snapshot: Request
- 2.24. Delete Snapshot: Response
- 2.25. List Volume Types: Request
- 2.26. List Volume Types: JSON Response
- 2.27. Show Volume Type: Request
- 2.28. Show Volume Type: JSON Response