4170566618
For more information, see: http://lists.openstack.org/pipermail/openstack-dev/2016-May/093765.html This is the initial port from api-site. The includes in source/v1/index.rst are alphabetized, but we may want to revisit that and reorder them according to importance. Change-Id: I6f578107e17d3a97e667f645a05493da12ae2048 Implements: blueprint api-doc-migration
40 lines
461 B
ReStructuredText
40 lines
461 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
==========
|
|
Build info
|
|
==========
|
|
|
|
|
|
|
|
|
|
Show build information
|
|
======================
|
|
|
|
.. rest_method:: GET /v1/{tenant_id}/build_info
|
|
|
|
Shows build information for an Orchestration deployment.
|
|
|
|
|
|
Normal response codes: 200
|
|
Error response codes:
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- tenant_id: tenant_id
|
|
|
|
|
|
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: samples/build-info-response.json
|
|
:language: javascript
|
|
|
|
|
|
|