diff --git a/website/source/api/operator/autopilot.html.md b/website/source/api/operator/autopilot.html.md index 03fee5c6e9..fc623ef8d0 100644 --- a/website/source/api/operator/autopilot.html.md +++ b/website/source/api/operator/autopilot.html.md @@ -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.