Skip to content

Latest commit

 

History

History
91 lines (60 loc) · 2.07 KB

extensions.inc

File metadata and controls

91 lines (60 loc) · 2.07 KB

Extensions (extensions) (DEPRECATED)

Lists available extensions and shows information for an extension, by alias.

Nova originally supported the concept of API extensions, that allowed 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

Example List Extensions

Lists all extensions to the API.

../../doc/api_samples/extension-info/extensions-list-resp.json

Show Extension Details

Shows details for an extension, by alias.

Normal response codes: 200

Error response codes: unauthorized(401), itemNotFound(404)

Request

Response

Example Show Extension Details

Shows details about the os-agents extension.

../../doc/api_samples/extension-info/extensions-get-resp.json