mirror of https://github.com/status-im/consul.git
Adds a note about the 429 response code.
This commit is contained in:
parent
191ff2cbf0
commit
d3c8855c86
|
@ -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.
|
||||
|
|
Loading…
Reference in New Issue