Include 'Service'/'Address' field in example

Add the `Service`/`Address` field to the example output for the `/v1/health/service/\<service\>` endpoint.

Even though it's an optional value, this is probably the one consumers are looking for (rather than the `Node` address)
This commit is contained in:
Arnout Engelen 2015-11-23 15:01:24 +01:00
parent d861f87851
commit afc77a4634

View File

@ -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": [