Skip to content

Commit

Permalink
website: Adding the output key to docs examples
Browse files Browse the repository at this point in the history
  • Loading branch information
armon committed Apr 21, 2014
1 parent 018482d commit b8d185a
Showing 1 changed file with 8 additions and 0 deletions.
8 changes: 8 additions & 0 deletions website/source/docs/agent/http.html.markdown
Original file line number Diff line number Diff line change
Expand Up @@ -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"
}
Expand Down Expand Up @@ -618,6 +619,7 @@ It returns a JSON body like this:
"Name":"Serf Health Status",
"Status":"passing",
"Notes":"",
"Output": "",
"ServiceID":"",
"ServiceName":""
},
Expand All @@ -627,6 +629,7 @@ It returns a JSON body like this:
"Name":"Service 'redis' check",
"Status":"passing",
"Notes":"",
"Output": "",
"ServiceID":"redis",
"ServiceName":"redis"
}
Expand Down Expand Up @@ -658,6 +661,7 @@ It returns a JSON body like this:
"Name":"Service 'redis' check",
"Status":"passing",
"Notes":"",
"Output": "",
"ServiceID":"redis",
"ServiceName":"redis"
}
Expand Down Expand Up @@ -709,6 +713,7 @@ It returns a JSON body like this:
"Name":"Service 'redis' check",
"Status":"passing",
"Notes":"",
"Output": "",
"ServiceID":"redis",
"ServiceName":"redis"
},{
Expand All @@ -717,6 +722,7 @@ It returns a JSON body like this:
"Name":"Serf Health Status",
"Status":"passing",
"Notes":"",
"Output": "",
"ServiceID":"",
"ServiceName":""
}
Expand Down Expand Up @@ -744,6 +750,7 @@ It returns a JSON body like this:
"Name":"Serf Health Status",
"Status":"passing",
"Notes":"",
"Output": "",
"ServiceID":"",
"ServiceName":""
},
Expand All @@ -753,6 +760,7 @@ It returns a JSON body like this:
"Name":"Service 'redis' check",
"Status":"passing",
"Notes":"",
"Output": "",
"ServiceID":"redis",
"ServiceName":"redis"
}
Expand Down

0 comments on commit b8d185a

Please sign in to comment.