website: Adding the output key to docs examples
This commit is contained in:
parent
2845d24cfa
commit
9175a4e7c3
|
@ -188,6 +188,7 @@ This endpoint is hit with a GET and returns a JSON body like this:
|
||||||
"Name":"Service 'redis' check",
|
"Name":"Service 'redis' check",
|
||||||
"Status":"passing",
|
"Status":"passing",
|
||||||
"Notes":"",
|
"Notes":"",
|
||||||
|
"Output": "",
|
||||||
"ServiceID":"redis",
|
"ServiceID":"redis",
|
||||||
"ServiceName":"redis"
|
"ServiceName":"redis"
|
||||||
}
|
}
|
||||||
|
@ -618,6 +619,7 @@ It returns a JSON body like this:
|
||||||
"Name":"Serf Health Status",
|
"Name":"Serf Health Status",
|
||||||
"Status":"passing",
|
"Status":"passing",
|
||||||
"Notes":"",
|
"Notes":"",
|
||||||
|
"Output": "",
|
||||||
"ServiceID":"",
|
"ServiceID":"",
|
||||||
"ServiceName":""
|
"ServiceName":""
|
||||||
},
|
},
|
||||||
|
@ -627,6 +629,7 @@ It returns a JSON body like this:
|
||||||
"Name":"Service 'redis' check",
|
"Name":"Service 'redis' check",
|
||||||
"Status":"passing",
|
"Status":"passing",
|
||||||
"Notes":"",
|
"Notes":"",
|
||||||
|
"Output": "",
|
||||||
"ServiceID":"redis",
|
"ServiceID":"redis",
|
||||||
"ServiceName":"redis"
|
"ServiceName":"redis"
|
||||||
}
|
}
|
||||||
|
@ -658,6 +661,7 @@ It returns a JSON body like this:
|
||||||
"Name":"Service 'redis' check",
|
"Name":"Service 'redis' check",
|
||||||
"Status":"passing",
|
"Status":"passing",
|
||||||
"Notes":"",
|
"Notes":"",
|
||||||
|
"Output": "",
|
||||||
"ServiceID":"redis",
|
"ServiceID":"redis",
|
||||||
"ServiceName":"redis"
|
"ServiceName":"redis"
|
||||||
}
|
}
|
||||||
|
@ -709,6 +713,7 @@ It returns a JSON body like this:
|
||||||
"Name":"Service 'redis' check",
|
"Name":"Service 'redis' check",
|
||||||
"Status":"passing",
|
"Status":"passing",
|
||||||
"Notes":"",
|
"Notes":"",
|
||||||
|
"Output": "",
|
||||||
"ServiceID":"redis",
|
"ServiceID":"redis",
|
||||||
"ServiceName":"redis"
|
"ServiceName":"redis"
|
||||||
},{
|
},{
|
||||||
|
@ -717,6 +722,7 @@ It returns a JSON body like this:
|
||||||
"Name":"Serf Health Status",
|
"Name":"Serf Health Status",
|
||||||
"Status":"passing",
|
"Status":"passing",
|
||||||
"Notes":"",
|
"Notes":"",
|
||||||
|
"Output": "",
|
||||||
"ServiceID":"",
|
"ServiceID":"",
|
||||||
"ServiceName":""
|
"ServiceName":""
|
||||||
}
|
}
|
||||||
|
@ -744,6 +750,7 @@ It returns a JSON body like this:
|
||||||
"Name":"Serf Health Status",
|
"Name":"Serf Health Status",
|
||||||
"Status":"passing",
|
"Status":"passing",
|
||||||
"Notes":"",
|
"Notes":"",
|
||||||
|
"Output": "",
|
||||||
"ServiceID":"",
|
"ServiceID":"",
|
||||||
"ServiceName":""
|
"ServiceName":""
|
||||||
},
|
},
|
||||||
|
@ -753,6 +760,7 @@ It returns a JSON body like this:
|
||||||
"Name":"Service 'redis' check",
|
"Name":"Service 'redis' check",
|
||||||
"Status":"passing",
|
"Status":"passing",
|
||||||
"Notes":"",
|
"Notes":"",
|
||||||
|
"Output": "",
|
||||||
"ServiceID":"redis",
|
"ServiceID":"redis",
|
||||||
"ServiceName":"redis"
|
"ServiceName":"redis"
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in New Issue