c27c5cae42
To comply with recent documentation policies the API documentaion should be maintained within the project source repository. Change-Id: I0f854eea33d1a895580589e91c17c89e42b3df0a
43 lines
626 B
ReStructuredText
43 lines
626 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
=========
|
|
Event log
|
|
=========
|
|
|
|
The event log feature provides information about cluster
|
|
provisioning. In the event of errors, the event log shows the
|
|
reason for the failure.
|
|
|
|
|
|
Show progress
|
|
=============
|
|
|
|
.. rest_method:: GET /v1.1/{tenant_id}/clusters/{cluster_id}
|
|
|
|
Shows provisioning progress of cluster.
|
|
|
|
|
|
Normal response codes: 200
|
|
Error response codes:
|
|
|
|
|
|
Request
|
|
-------
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- tenant_id: url_tenant_id
|
|
- cluster_id: cluster_id
|
|
|
|
|
|
|
|
|
|
Response Example
|
|
----------------
|
|
|
|
.. literalinclude:: samples/event-log/cluster-progress-response.json
|
|
:language: javascript
|
|
|
|
|
|
|