version
Version information the RaimaDB package can be obtained using the version list option
Utilizes HTTP GET method.
http://hostname:port/rdmadmin/?list=version
Example
http://localhost:21553/rdmadmin/?list=version
Returns
{
"RDM Version Information":
{
"name": "Raima Database Manager",
"version": "14.2.0",
"build": "1322",
"copyright": "Copyright (c) 2018 Raima Inc., All rights reserved.",
"copyright date": "Copyright (c) 2018",
"copyright by": "Raima Inc.",
"rights": "All rights reserved.",
"full version": "Raima Database Manager 14.2.0 Build 1322 [7-21-2020]"
}
}