panoptes 0.2.10
Changed output of health endpoint
Request
GET http://localhost:8080/v1/health
Response
HTTP/1.1 200 OK
Date: Tue, 30 Nov 2021 21:55:07 GMT
Content-Type: text/plain;charset=utf-8
Transfer-Encoding: chunked
Connection: close
Content-Encoding: gzip
{
"jdkVersion": "17.0.1+12-39",
"availableProcessors": 2,
"freeMemory": 31568768,
"maxMemory": 4294967296,
"totalMemory": 62914560,
"application": "panoptes",
"version": "0.2.10",
"description": "Image Archiver"
}