In our monitoring setup, we verify that the time of all components (ronny's, telraam, manualcount, ...) is synced. In order to do that, we need an endpoint /time that returns a JSON dictionary that looks like this:
{"timestamp": 123}
The timestamp value should be an integer of the amount of milliseconds since the Unix Epoch (so the Unix timestamp * 1000)
In our monitoring setup, we verify that the time of all components (ronny's, telraam, manualcount, ...) is synced. In order to do that, we need an endpoint
/time
that returns a JSON dictionary that looks like this:The timestamp value should be an integer of the amount of milliseconds since the Unix Epoch (so the Unix timestamp * 1000)