Anne Gentle ac4cc65cb5 Adds migrated RST + YAML files from WADL
Contains .inc files which have all the contents of the .rst files
but are grouped together for easier editing.
Contains parameters.yaml, which has all parameters in one file.
Contains request and response samples (JSON and XML) that are
pointed to from the .inc files.

Change-Id: I42d5451300f95774a3ec4df66bc95cb36795844d
2016-05-02 17:42:49 -05:00

42 lines
599 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
- cluster_id: cluster_id
Response Example
----------------
.. literalinclude:: ../samples/event-log/cluster-progress-response.json
:language: javascript