senlin/api-ref/source/build_info.inc
tengqm a59311faca api-ref: OpenStack-Request-Id and location
We are returning the header X-OpenStack-Request-Id when returning a
meaningful result from the server. This has to be documented.
This patch also fixes the location header parameter that could be
returned which should be called 'Location'.

Change-Id: Idd0c74c249e5f21b6af954877b544ca1f005e203
2016-08-25 04:45:25 -04:00

51 lines
913 B
HTML

==============================
Build information (build-info)
==============================
Shows build information for a Senlin deployment.
Shows build information
=======================
.. rest_method:: GET /v1/build-info
Shows build information for a Senlin deployment.
Response Codes
--------------
.. rest_status_code:: success status.yaml
- 200
.. rest_status_code:: error status.yaml
- 401
- 403
- 503
Request Parameters
------------------
.. rest_parameters:: parameters.yaml
- OpenStack-API-Version: microversion
Response Parameters
-------------------
.. rest_parameters:: parameters.yaml
- X-OpenStack-Request-ID: request_id
- build_info: build_info
- api: build_info_api
- engine: build_info_engine
Response Example
----------------
.. literalinclude:: samples/build-show-response.json
:language: javascript
This operation does not accept a request body.