2v0-7222 Exam QuestionsBrowse all questions from this exam

2v0-7222 Exam - Question 48


Which two statements are correct regarding the Actuator info endpoint? (Choose two.)

Show Answer
Correct Answer: BCE

The Actuator info endpoint can be used to display arbitrary application information, thereby allowing developers to include any relevant details about the application. Additionally, it is typically used to display build or source control information, making it easier to manage, track changes, and ensure the integrity of the deployed application.

Discussion

3 comments
Sign in to comment
zakupowerOptions: CE
Mar 12, 2023

It is enabled by default, but it is not exposed by default.

2211094Options: BC
Jun 16, 2024

BC correct answer

2211094Options: BE
Jun 16, 2024

it is exposed by default but not enabled by default, if you want to enable this use this/type this management.endpoints.web.exposure.include=health,info and do this on your application.properties file or application.yaml file