nova/api-ref/source/extensions.inc
ghanshyam 6f8cda2f39 Fix json response example heading in api ref
Heading for json response example is wrong,
it is json request instead of json response.

Part of bp:api-ref-in-rst

Change-Id: I709b2bf19520eb76e0264c358a2146bb0dbcee2b
2016-04-19 17:56:20 +09:00

52 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/extensions/extension-show-resp.json
:language: javascript