Quantum API v1.0
Copyright © 2011, 2012 OpenStack
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.
2012-04-18
Abstract
This document is intended for software developers interested in developing applications using the OpenStack Quantum Layer-2 Networking Service (API).
List of Tables
List of Examples
- 3.1. Request/Response with Headers: JSON
- 3.2. Request/Response with Headers: XML
- 3.3. Request/Response with Extensions: JSON
- 3.4. Request with URI versioning
- 3.5. Versions List Request/Response (XML)
- 3.6. Version List Request/Response: JSON
- 3.7. Extensions Response: XML
- 3.8. Extensions Response: JSON
- 3.9. "Network not found" fault Response (XML)
- 3.10. "Network not found" fault Response (XML)
- 4.1. Networks List Request/Response (XML)
- 4.2. Networks List Request/Response (JSON)
- 4.3. Networks List Request/Response (XML)
- 4.4. Networks List Request/Response (JSON)
- 4.5. Show Network Request/Response (XML)
- 4.6. Show Network Request/Response (JSON)
- 4.7. Show Network Detail Request/Response (XML)
- 4.8. Show Network Detail Request/Response (JSON)
- 4.9. Create Network Request/Response (XML)
- 4.10. Create Network Request/Response (JSON)
- 4.11. Update Network Request/Response (XML)
- 4.12. Update Network Request/Response (JSON)
- 4.13. Delete Network Request/Response (XML)
- 4.14. Update Network Request/Response (JSON)
- 4.15. Port List Request/Response (XML)
- 4.16. Port List Request/Response (JSON)
- 4.17. Port List Details Request/Response (XML)
- 4.18. Port List Details Request/Response (JSON)
- 4.19. Show Port Request/Response (XML)
- 4.20. Show Port Request/Response (JSON)
- 4.21. Show Port Detail Request/Response (XML)
- 4.22. Show Port Detail Request/Response (JSON)
- 4.23. Create Port Request/Response (XML)
- 4.24. Create Port Request/Response (JSON)
- 4.25. Set Port State Request/Response (XML)
- 4.26. Create Port Request/Response (JSON)
- 4.27. Delete Port State Request/Response (XML)
- 4.28. Create Port Request/Response (JSON)
- 4.29. Show Attachment (XML)
- 4.30. Show Attachment (JSON)
- 4.31. Plug Attachment (XML)
- 4.32. Plug Attachment (JSON)
- 4.33. Remove Attachment (XML)
- 4.34. Remove Attachment (JSON)

