From 9ec71452ce75be0c376f0b1ebd74576a0d94cf4e Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Thu, 9 Jun 2016 12:30:23 -0400 Subject: [PATCH] update sys-health docs with HEAD info --- website/source/docs/http/sys-health.html.md | 22 ++++++++++----------- 1 file changed, 11 insertions(+), 11 deletions(-) diff --git a/website/source/docs/http/sys-health.html.md b/website/source/docs/http/sys-health.html.md index 9720f12a12..b17f67b7a2 100644 --- a/website/source/docs/http/sys-health.html.md +++ b/website/source/docs/http/sys-health.html.md @@ -9,18 +9,18 @@ description: |- # /sys/health
-
Description
-
+
Description
+
Returns the health status of Vault. This matches the semantics of a Consul HTTP health check and provides a simple way to monitor the health of a Vault instance. -
+ -
Method
-
GET
+
Method
+
GET/HEAD
-
Parameters
-
+
Parameters
+
  • standbyok @@ -47,10 +47,10 @@ description: |- be returned for a sealed node instead of the default of `500`
-
+ -
Returns
-
+
Returns (only with GET)
+
```javascript { @@ -60,7 +60,7 @@ description: |- } ``` - Default Status Codes: + Default Status Codes (GET/HEAD): * `200` if initialized, unsealed, and active. * `429` if unsealed and standby.