From 5a35dac726c704d754578ca91d0d3969babeedea Mon Sep 17 00:00:00 2001 From: Jeff Mitchell Date: Fri, 18 May 2018 12:39:13 -0400 Subject: [PATCH] Add missing drsecondarycode to health API docs --- website/source/api/system/health.html.md | 3 +++ 1 file changed, 3 insertions(+) diff --git a/website/source/api/system/health.html.md b/website/source/api/system/health.html.md index 74cf71ab3..abe286b76 100644 --- a/website/source/api/system/health.html.md +++ b/website/source/api/system/health.html.md @@ -42,6 +42,9 @@ The default status codes are: - `standbycode` `(int: 429)` – Specifies the status code that should be returned for a standby node. +- `drsecondarycode` `(int: 472)` – Specifies the status code that should be + returned for a DR secondary node. + - `sealedcode` `(int: 503)` – Specifies the status code that should be returned for a sealed node.