From afc77a46340025baf61d61ea9990eb2b199de69e Mon Sep 17 00:00:00 2001 From: Arnout Engelen Date: Mon, 23 Nov 2015 15:01:24 +0100 Subject: [PATCH] Include 'Service'/'Address' field in example Add the `Service`/`Address` field to the example output for the `/v1/health/service/\` endpoint. Even though it's an optional value, this is probably the one consumers are looking for (rather than the `Node` address) --- website/source/docs/agent/http/health.html.markdown | 1 + 1 file changed, 1 insertion(+) diff --git a/website/source/docs/agent/http/health.html.markdown b/website/source/docs/agent/http/health.html.markdown index 6e8ba7b1a6..7cfb769dd1 100644 --- a/website/source/docs/agent/http/health.html.markdown +++ b/website/source/docs/agent/http/health.html.markdown @@ -133,6 +133,7 @@ It returns a JSON body like this: "ID": "redis", "Service": "redis", "Tags": null, + "Address": "10.1.10.12" "Port": 8000 }, "Checks": [