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:

Example

{
    "id": 1,
    "jsonrpc": "2.0",
    "method": "getCortexInfo"
}

Last updated