Skip to content

Commit

Permalink
Clarify language around 472 (#7814)
Browse files Browse the repository at this point in the history
- use "disaster recovery mode"
- remove trailing spaces
  • Loading branch information
brianshumate authored and Jim Kalafut committed Nov 6, 2019
1 parent 50c4161 commit d0597bf
Showing 1 changed file with 3 additions and 3 deletions.
6 changes: 3 additions & 3 deletions website/source/api/system/health.html.md
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand All @@ -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
Expand Down

0 comments on commit d0597bf

Please sign in to comment.