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.
versionstring
releasestring
archenum
platformenum
versionsobject
memoryUsageobject
cpuUsageobject

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)

uptimedouble
Number of seconds the current process has been running.
pidinteger
dependenciesobject

Errors

500
Internal Server Error