Health
Endpoints for retrieving information about the application health.
Endpoints for retrieving information about the application health.
Base URL: /health
GET /health
Returns the information about the application.
Example Request
GET /health
Host: localhost:8080
Example Response
{
"status": "UP",
"details": {
"applications": {
"name": "applications",
"status": "UP",
"details": {
"basic-word-count-topology-0-3": {
"status": "UP",
"details": {
"state": "RUNNING"
}
}
}
}
}
}
Last modified May 9, 2020: docs(site): update Azkarra website for release 0.7.0 (0b26ef63)