From 9e54778fbeb68ddde56174e7a5a7087e116b9ffe Mon Sep 17 00:00:00 2001 From: Ryan Breen Date: Fri, 6 Feb 2015 13:47:32 -0500 Subject: [PATCH] Fixes for docs/agent/http/status --- website/source/docs/agent/http/status.html.markdown | 12 +++++++----- 1 file changed, 7 insertions(+), 5 deletions(-) diff --git a/website/source/docs/agent/http/status.html.markdown b/website/source/docs/agent/http/status.html.markdown index 6aaa653a8c..02de4deb37 100644 --- a/website/source/docs/agent/http/status.html.markdown +++ b/website/source/docs/agent/http/status.html.markdown @@ -10,8 +10,10 @@ description: > # Status HTTP Endpoint The Status endpoints are used to get information about the status -of the Consul cluster. These are generally very low level, and not really -useful for clients. +of the Consul cluster. + +Please note: this information is generally very low level +and not often useful for clients. The following endpoints are supported: @@ -21,7 +23,7 @@ The following endpoints are supported: ### /v1/status/leader This endpoint is used to get the Raft leader for the datacenter -the agent is running in. It returns only an address like: +in which the agent is running. It returns an address, such as: ```text "10.1.10.12:8300" @@ -29,8 +31,8 @@ the agent is running in. It returns only an address like: ### /v1/status/peers -This endpoint is used to get the Raft peers for the datacenter -the agent is running in. It returns a list of addresses like: +This endpoint retrieves the Raft peers for the datacenter in which the +the agent is running. It returns a list of addresses, such as: ```javascript [