2016-05-04 15:23:15 -04:00
|
|
|
.. -*- rst -*-
|
|
|
|
|
|
|
|
==========
|
|
|
|
Build info
|
|
|
|
==========
|
|
|
|
|
|
|
|
Show build information
|
|
|
|
======================
|
|
|
|
|
|
|
|
.. rest_method:: GET /v1/{tenant_id}/build_info
|
|
|
|
|
|
|
|
Shows build information for an Orchestration deployment.
|
|
|
|
|
2016-08-19 03:46:09 -04:00
|
|
|
Response Codes
|
|
|
|
--------------
|
|
|
|
|
|
|
|
.. rest_status_code:: success status.yaml
|
|
|
|
|
|
|
|
- 200
|
2016-05-04 15:23:15 -04:00
|
|
|
|
2016-08-19 03:46:09 -04:00
|
|
|
.. rest_status_code:: error status.yaml
|
2016-05-04 15:23:15 -04:00
|
|
|
|
2016-08-19 03:46:09 -04:00
|
|
|
- 401
|
2016-05-04 15:23:15 -04:00
|
|
|
|
2016-08-19 03:46:09 -04:00
|
|
|
Request Parameters
|
|
|
|
------------------
|
2016-05-04 15:23:15 -04:00
|
|
|
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
|
|
|
|
- tenant_id: tenant_id
|
|
|
|
|
2016-08-19 03:46:09 -04:00
|
|
|
Response Parameters
|
|
|
|
-------------------
|
2016-05-04 15:23:15 -04:00
|
|
|
|
2016-08-19 03:46:09 -04:00
|
|
|
.. rest_parameters:: parameters.yaml
|
2016-05-04 15:23:15 -04:00
|
|
|
|
2016-08-19 03:46:09 -04:00
|
|
|
- X-Openstack-Request-Id: request_id
|
|
|
|
- api: build_api
|
|
|
|
- engine: build_engine
|
2016-05-04 15:23:15 -04:00
|
|
|
|
|
|
|
Response Example
|
|
|
|
----------------
|
|
|
|
|
|
|
|
.. literalinclude:: samples/build-info-response.json
|
|
|
|
:language: javascript
|