Browse Source

Delete `status` documentation

See gh-11113
pull/11117/merge
Phillip Webb 8 years ago
parent
commit
3e2ede51d6
  1. 29
      spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/status.adoc

29
spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/status.adoc

@ -1,29 +0,0 @@ @@ -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[]
Loading…
Cancel
Save