1 changed files with 0 additions and 29 deletions
@ -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…
Reference in new issue