9fbd7861dd
Add the description for the following items in the API reference and the API guide. * 'X-Openstack-Request-Id' header in request * 'X-Openstack-Request-Id' header in response * 'X-Compute-Request-Id' in response Change-Id: Idd9181c1530eb9576da9941416b697a97c0cfb8d Closes-Bug: #1693555
25 lines
576 B
ReStructuredText
25 lines
576 B
ReStructuredText
.. -*- rst -*-
|
|
|
|
===========
|
|
Request IDs
|
|
===========
|
|
|
|
Users can specify the global request ID in the request header.
|
|
Users can receive the local request ID in the response header.
|
|
|
|
For more details about Request IDs, please reference: `Faults
|
|
<https://developer.openstack.org/api-guide/compute/faults.html>`_
|
|
|
|
**Request**
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- X-Openstack-Request-Id: x-openstack-request-id_req
|
|
|
|
**Response**
|
|
|
|
.. rest_parameters:: parameters.yaml
|
|
|
|
- X-Compute-Request-Id: x-compute-request-id_resp
|
|
- X-Openstack-Request-Id: x-openstack-request-id_resp
|