Delete `status` documentation

See gh-11113
This commit is contained in:
Phillip Webb 2017-11-22 22:21:41 -08:00
parent 05d2ca4f16
commit 3e2ede51d6
1 changed files with 0 additions and 29 deletions

View File

@ -1,29 +0,0 @@
[[status]]
= Status (`status`)
The `status` endpoint provides an overview of the status of the application.
[[status-retrieving]]
== Retrieving the Status
To retrieve the status of the application, make a `GET` request to `/application/status`,
as shown in the following curl-based example:
include::{snippets}status/curl-request.adoc[]
The resulting response is similar to the following:
include::{snippets}status/http-response.adoc[]
[[status-retrieving-response-structure]]
=== Response Structure
The response contains the status of the application. The following table describes the
structure of the response:
[cols="2,1,3"]
include::{snippets}status/response-fields.adoc[]