From 3e2ede51d673c53c78c3dc19ed5ee2b51aed2b28 Mon Sep 17 00:00:00 2001 From: Phillip Webb Date: Wed, 22 Nov 2017 22:21:41 -0800 Subject: [PATCH] Delete `status` documentation See gh-11113 --- .../src/main/asciidoc/endpoints/status.adoc | 29 ------------------- 1 file changed, 29 deletions(-) delete mode 100644 spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/status.adoc diff --git a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/status.adoc b/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/status.adoc deleted file mode 100644 index fb16a60b56a..00000000000 --- a/spring-boot-project/spring-boot-actuator-autoconfigure/src/main/asciidoc/endpoints/status.adoc +++ /dev/null @@ -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[]