Commit aa24f78d authored by Pascal Schumacher's avatar Pascal Schumacher Committed by Stephane Nicoll

Polish "Add support for GET requests for /actuator/startup"

See gh-24717
See gh-24734
parent f34eb86a
...@@ -12,7 +12,7 @@ The application startup steps can either be retrieved as a snapshot (`GET`) or d ...@@ -12,7 +12,7 @@ The application startup steps can either be retrieved as a snapshot (`GET`) or d
[[startup-retrieving-snapshot]] [[startup-retrieving-snapshot]]
=== Retrieving a snapshot of the Application Startup steps === Retrieving a snapshot of the Application Startup steps
To retrieve the steps recorded so far during the application startup phase , make a `GET` request to `/actuator/startup`, as shown in the following curl-based example: To retrieve the steps recorded so far during the application startup phase, make a `GET` request to `/actuator/startup`, as shown in the following curl-based example:
include::{snippets}/startup-snapshot/curl-request.adoc[] include::{snippets}/startup-snapshot/curl-request.adoc[]
...@@ -24,7 +24,7 @@ include::{snippets}/startup-snapshot/http-response.adoc[] ...@@ -24,7 +24,7 @@ include::{snippets}/startup-snapshot/http-response.adoc[]
[[startup-retrieving-drain]] [[startup-retrieving-drain]]
== Draining the Application Startup steps == Draining the Application Startup steps
To drain and return the steps recorded so far during the application startup phase , make a `POST` request to `/actuator/startup`, as shown in the following curl-based example: To drain and return the steps recorded so far during the application startup phase, make a `POST` request to `/actuator/startup`, as shown in the following curl-based example:
include::{snippets}/startup/curl-request.adoc[] include::{snippets}/startup/curl-request.adoc[]
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment