Health (RESERVED)
RESERVED: The keyword RESERVED annotation means that the API is available for use but is not yet part of the officially supported specification. Its behavior, interface, or output may change in future releases without backward compatibility guarantees.
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. |