Skip to content

Latest commit

 

History

History
44 lines (26 loc) · 1.24 KB

File metadata and controls

44 lines (26 loc) · 1.24 KB

Info (info)

Retrieving the Info

To retrieve the information about the application, make a GET request to /actuator/info, as shown in the following curl-based example:

The resulting response is similar to the following:

Response Structure

The response contains general information about the application. Each section of the response is contributed by an InfoContributor. Spring Boot provides several contributors that are described below.

Build Response Structure

The following table describe the structure of the build section of the response:

Git Response Structure

The following table describes the structure of the git section of the response:

Note
This is the "simple" output. The contributor can also be configured to output all available data.