From d3c8855c86078f5562985bad38d96d103c2e7bd0 Mon Sep 17 00:00:00 2001 From: James Phillips Date: Wed, 9 Aug 2017 20:10:44 -0700 Subject: [PATCH] Adds a note about the 429 response code. --- website/source/api/operator/autopilot.html.md | 3 +++ 1 file changed, 3 insertions(+) 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.