Corticon Server: Integration & Deployment Guide
:
Corticon API reference
:
REST Management API
:
Summary of REST methods for management of Decision Services
:
API Ping Server
Try Corticon Now
API Ping Server
<base>/server/ping
HTTP GET
Returns an object containing the current uptime of the server. This call indicates whether the server is reachable and running. An example of a response is as shown:
{
"systemTime" : <The current uptime of the server, in milliseconds. >}
}
Success status codes:
200 OK
Error status codes:
500 Internal Server Error