Files
bed227c33a59d0407905056e01c923129c3d324c
nova /api-ref /source /extensions.inc

92 lines
2.1 KiB
PHP
Raw Normal View History

Extensions (extensions) (DEPRECATED)
=====================================
Lists available extensions and shows information for an extension, by
alias.
implementations of Nova to change the API (add new resources, or
attributes to existing resource objects) via extensions. In an attempt
to expose to the user what was supported in a particular site, the
extensions resource provided a list of extensions and detailed
information on each. The net result was gratuitous differentiation in
the API that required all users of OpenStack clouds to write specific
code to interact with every cloud.
As such, the entire extensions concept is deprecated, and will be
removed in the near future.
List Extensions
===============
Lists all extensions to the API.
Normal response codes: 200
Error response codes: unauthorized(401)
Response
--------
.. rest_parameters:: parameters.yaml
- extensions: extensions
- name: extension_name
- alias: alias
- links: extension_links
- namespace: namespace
- description: extension_description
- updated: updated
**Example List Extensions**
Lists all extensions to the API.
Show Extension Details
======================
Shows details for an extension, by alias.
Request
.. rest_parameters:: parameters.yaml
- alias: alias
Response
.. rest_parameters:: parameters.yaml
- extension: extension
Shows details about the ``os-agents`` extension.