You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@felix.apache.org by cs...@apache.org on 2018/07/12 11:29:57 UTC

svn commit: r1835722 - /felix/trunk/systemready/docs/README.md

Author: cschneider
Date: Thu Jul 12 11:29:57 2018
New Revision: 1835722

URL: http://svn.apache.org/viewvc?rev=1835722&view=rev
Log:
Improve servlet docs

Modified:
    felix/trunk/systemready/docs/README.md

Modified: felix/trunk/systemready/docs/README.md
URL: http://svn.apache.org/viewvc/felix/trunk/systemready/docs/README.md?rev=1835722&r1=1835721&r2=1835722&view=diff
==============================================================================
--- felix/trunk/systemready/docs/README.md (original)
+++ felix/trunk/systemready/docs/README.md Thu Jul 12 11:29:57 2018
@@ -68,8 +68,13 @@ For an example see the [test case](../sr
 The Ready servlet provides the aggregated state of the system over http in json format.
 It is registered on the path `/systemready`.
 
-The servlet returns the HTTP code 200 for system status green and 503 for yellow and red. While the system
-starts the code 404 will be returned while the servlet is not yet present.
+HTTP return codes
+
+code | in case of
+-----|-----------
+200  | system status is GREEN
+503  | system status is YELLOW or RED
+404  | servlet is not yet present
 
 This is an example of a ready system with just the services check.
 ```