From 9175a4e7c321af10d4a35e6e4e01a47332ba5aa3 Mon Sep 17 00:00:00 2001 From: Armon Dadgar Date: Mon, 21 Apr 2014 16:21:52 -0700 Subject: [PATCH] website: Adding the output key to docs examples --- website/source/docs/agent/http.html.markdown | 8 ++++++++ 1 file changed, 8 insertions(+) diff --git a/website/source/docs/agent/http.html.markdown b/website/source/docs/agent/http.html.markdown index 925f07c41..4ea550105 100644 --- a/website/source/docs/agent/http.html.markdown +++ b/website/source/docs/agent/http.html.markdown @@ -188,6 +188,7 @@ This endpoint is hit with a GET and returns a JSON body like this: "Name":"Service 'redis' check", "Status":"passing", "Notes":"", + "Output": "", "ServiceID":"redis", "ServiceName":"redis" } @@ -618,6 +619,7 @@ It returns a JSON body like this: "Name":"Serf Health Status", "Status":"passing", "Notes":"", + "Output": "", "ServiceID":"", "ServiceName":"" }, @@ -627,6 +629,7 @@ It returns a JSON body like this: "Name":"Service 'redis' check", "Status":"passing", "Notes":"", + "Output": "", "ServiceID":"redis", "ServiceName":"redis" } @@ -658,6 +661,7 @@ It returns a JSON body like this: "Name":"Service 'redis' check", "Status":"passing", "Notes":"", + "Output": "", "ServiceID":"redis", "ServiceName":"redis" } @@ -709,6 +713,7 @@ It returns a JSON body like this: "Name":"Service 'redis' check", "Status":"passing", "Notes":"", + "Output": "", "ServiceID":"redis", "ServiceName":"redis" },{ @@ -717,6 +722,7 @@ It returns a JSON body like this: "Name":"Serf Health Status", "Status":"passing", "Notes":"", + "Output": "", "ServiceID":"", "ServiceName":"" } @@ -744,6 +750,7 @@ It returns a JSON body like this: "Name":"Serf Health Status", "Status":"passing", "Notes":"", + "Output": "", "ServiceID":"", "ServiceName":"" }, @@ -753,6 +760,7 @@ It returns a JSON body like this: "Name":"Service 'redis' check", "Status":"passing", "Notes":"", + "Output": "", "ServiceID":"redis", "ServiceName":"redis" }