GET status
Description
Returns the current status of the Templeton server. Useful for heartbeat monitoring.
URL
http://www.myserver.com/templeton/v1/status
Parameters
Only the standard parameters are accepted.
Results
| Name | Description | 
|---|---|
| status | "ok" if the Templeton server was contacted. | 
| version | String containing the version number similar to "v1". | 
Example
Curl Command
% curl -s 'http://localhost:50111/templeton/v1/status'
JSON Output
{
 "status": "ok",
 "version": "v1"
}


