Skip to content

Latest commit

 

History

History
48 lines (24 loc) · 1.43 KB

File metadata and controls

48 lines (24 loc) · 1.43 KB

Application Startup (startup)

The startup endpoint provides information about the application’s startup sequence.

Retrieving the Application Startup Steps

The application startup steps can either be retrieved as a snapshot (GET) or drained from the buffer (POST).

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:

The resulting response is similar to the following:

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:

The resulting response is similar to the following:

Response Structure

The response contains details of the application startup steps. The following table describes the structure of the response: