Adds a note about the 429 response code.

This commit is contained in:
James Phillips 2017-08-09 20:10:44 -07:00 committed by GitHub
parent 191ff2cbf0
commit d3c8855c86
1 changed files with 3 additions and 0 deletions

View File

@ -241,3 +241,6 @@ $ curl \
- `Voter` is whether the server is a voting member of the Raft cluster.
- `StableSince` is the time this server has been in its current `Healthy` state.
The HTTP status code will indicate the health of the cluster. If `Healthy` is true, then a
status of 200 will be returned. If `Healthy` is false, then a status of 429 will be returned.