Get the health of the server
Returns the health of the server.
Authentication
AuthorizationBasic
Basic authentication of the form Basic <base64(username:password)>.
Response
Contains the server health data.
version
release
arch
platform
versions
memoryUsage
cpuUsage
Contains microsecond data for user and system modes. These values are used to calculate CPU usage (with implied conversions) by the following formula : (current CPU usage - previous CPU usage) / (current uptime - previous uptime)
uptime
Number of seconds the current process has been running.
pid
dependencies
Errors
500
Internal Server Error