info
FlowerDocs relies on the Spring Boot Actuator project to provide REST web services to help monitor and manage a FlowerDocs stack.
Endpoints
Available endpoints are listed in the /actuator path
| Endpoint | Description |
|---|---|
info | Application information (name and version) |
health | Application health |
status | Application health status (UP or DOWN) |
Security
By default, endpoints described, excepted status, require Basic authentication and the SYSTEM_ADMIN role for each application exposing these endpoints. It is also possible to provide a FlowerDocs authentication token for a user with the SYSTEM_ADMIN role.
The status endpoint is the only one that doesn't requires authentication