Corticon Server: Integration & Deployment Guide
:
Corticon API reference
:
REST Management API
:
Summary of REST methods for management of Decision Services
:
API Get Server Properties
Try Corticon Now
API Get Server Properties
<base>/server/getProperties
HTTP GET
Returns the properties that pertain to the server. The returned object is a list of key/value pairs consisting of:
"PropertyName":"PropertyValue"
where value is the current value of the property.
{
<PropertyName> : <Property Value>
}
An example of a response is:
{
"buildNumber":"Development",
"serverExecutionTimesIntervalTime":"10000",
"fullVersionNumber":"Version: 5.6.1.0",
"serverDiagnosticWaitTime":"",
"serviceReleaseNumber":"1.0",
"versionNumber":"5.6"
}
Success status codes:
200 OK
Error status codes:
500 Internal Server Error