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.
versionstringOptional
releasestringOptional
archenumOptional
platformenumOptional
versionsobjectOptional
memoryUsageobjectOptional
cpuUsageobjectOptional

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)

uptimedoubleOptional
Number of seconds the current process has been running.
pidintegerOptional
dependenciesobjectOptional

Errors

500
Internal Server Error