HealthResponse
Spring Boot Actuator health response (includes component details)
statusstring
Possible values: [UP, DOWN, OUT_OF_SERVICE, UNKNOWN]
Example:
UPcomponents object
property name* object
statusstring
Possible values: [UP, DOWN, OUT_OF_SERVICE, UNKNOWN]
details object
property name*any
HealthResponse
{
"status": "UP",
"components": {}
}