Health (RESERVED)


Retrieve the current status and version information of the API server.

URI

GET /rest/health

Responses

application/json

Example:

{
    "status": "up",
    "version": "3.6.0"
}

JSON representation

Property Type Description
status string Current status of the API server. Always up when reachable.
version string The deployed version of the API server.