Exam 2v0-7222 All QuestionsBrowse all questions from this exam
Question 48

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

    Correct Answer: C, E

    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
zakupowerOptions: CE

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

2211094Options: BE

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

2211094Options: BC

BC correct answer