getCortexInfo
This method returns information about the Cortex service, like its version and build number.
Parameters
This method has no parameter.
Result
The result is an object with these fields:
Name | Type | Description |
buildDate |
| The date and time the Cortex binary was built |
buildNumber |
| The internal build number |
version |
| The version of Cortex. It should have the format "2.y.z" |
Example
Last updated