Merge "Warning about /healthcheck"

This commit is contained in:
Zuul 2021-04-21 18:29:51 +00:00 committed by Gerrit Code Review
commit b91fbcdf7e
1 changed files with 6 additions and 0 deletions

View File

@ -65,6 +65,12 @@ class Healthcheck(base.ConfigurableMiddleware):
the activity of the server.
* *(and more)*
.. note::
This middleware indicates that the API is accessible but it does
indicate that it is necessarily functional or that any other API
request will actually work.
Example requests/responses (**not** detailed mode)::
$ curl -i -X HEAD "http://0.0.0.0:8775/healthcheck"