
This fixes the last json reference warning which exist. It also trims out the baremetal API calls that we don't support any more (we only have the readonly proxy). That was erroneously added to the compute API docs in refactors of api-site last cycle. Change-Id: I08be639b610304049b0959902ed8876559111274
51 lines
1.2 KiB
ReStructuredText
51 lines
1.2 KiB
ReStructuredText
.. -*- rst -*-
|
|
|
|
=========================
|
|
Extensions (extensions)
|
|
=========================
|
|
|
|
Lists available extensions and shows information for an extension, by
|
|
alias.
|
|
|
|
OpenStack Compute API v2.0 supports extensions. However, extensions are
|
|
deprecated in Compute API v2.1. For information about extensions, see
|
|
`Extensions <http://developer.openstack.org/api-guide/compute/extensions.html>`__.
|
|
|
|
Show Extension Details
|
|
======================
|
|
|
|
.. rest_method:: GET /v2.1/{tenant_id}/extensions/{alias}
|
|
|
|
Shows details for an extension, by alias.
|
|
|
|
Normal response codes: 200,203
|
|
|
|
Error response codes: computeFault(400, 500), serviceUnavailable(503), badRequest(400),
|
|
unauthorized(401), forbidden(403), badMethod(405), itemNotFound(404)
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- tenant_id: tenant_id
|
|
- alias: alias
|
|
|
|
Response
|
|
--------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- extension: extension
|
|
- name: name
|
|
- alias: alias
|
|
- links: links
|
|
- namespace: namespace
|
|
- description: description
|
|
- updated: updated
|
|
|
|
**Example Show Extension Details: JSON response**
|
|
|
|
.. literalinclude:: ../../doc/api_samples/extension-info/extensions-get-resp.json
|
|
:language: javascript
|