SF-002 Health check¶
Namespace: synergy/health
Last updated: 22.8.2017
Introduction¶
Application health info provides details about the application’s availability and state for the system administrators.
Usage¶
Interested parties (e.g. Chemaxon Cloud) will request application health information by sending HTTP GET request to configured URL.
Example
| Request | |
|---|---|
status- REQUIRED - application status:"UP": This should be returned by the service if the application is running and providing health endpoint."SHUTTING_DOWN": This should be returned by the service if the application is running, a providing health endpoint but marked to shut down."ERROR": This should be returned by the service if the application is running, providing health endpoint but emitting error status.
description- OPTIONAL - application status description
Configuration¶
Application info uses synergy/health namespace and single url attribute.