From d0597bf93dceee15d316284c9fad816fa8aee7c7 Mon Sep 17 00:00:00 2001 From: Brian Shumate Date: Wed, 6 Nov 2019 17:16:39 -0500 Subject: [PATCH] Clarify language around 472 (#7814) - use "disaster recovery mode" - remove trailing spaces --- website/source/api/system/health.html.md | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/website/source/api/system/health.html.md b/website/source/api/system/health.html.md index 21439d38c4..2e0bb1d9e0 100644 --- a/website/source/api/system/health.html.md +++ b/website/source/api/system/health.html.md @@ -26,8 +26,8 @@ The default status codes are: - `200` if initialized, unsealed, and active - `429` if unsealed and standby -- `472` if data recovery mode replication secondary and active -- `473` if performance standby +- `472` if disaster recovery mode replication secondary and active +- `473` if performance standby - `501` if not initialized - `503` if sealed @@ -37,7 +37,7 @@ The default status codes are: the active status code instead of the standby status code. This is useful when Vault is behind a non-configurable load balancer that just wants a 200-level response. This will not apply if the node is a performance standby. - + - `perfstandbyok` `(bool: false)` – Specifies if being a performance standby should still return the active status code instead of the performance standby status code. This is useful when Vault is behind a non-configurable load balancer that just wants