Response for a request asking for the version of the REST API on the server.
name | data type | description |
---|---|---|
version | string | Current server version |
variant | string | Server Variant (OSS for the Open Source Variant, EE for the Enterprise Edition Variant) |
cmpVersion | string | Respective CMP version for this CMS version |
nodeInfo | map of CmpVersionInfo | Get the map containing CMP component version information for each node. |
Properties inherited from GenericResponse |
||
messages | array of Message | Messages contained in the response (which should be shown to the user) |
responseInfo | ResponseInfo |
Example
{ "version" : "5.38.0", "variant" : "OSS", "cmpVersion" : "7.9", "nodeInfo" : { "property1" : { "compatibility" : "SUPPORTED", "portalVersion" : "...", "portalType" : "...", "meshVersion" : "..." }, "property2" : { "compatibility" : "UNKNOWN", "portalVersion" : "...", "portalType" : "...", "meshVersion" : "..." } }, "messages" : [ { }, { } ], "responseInfo" : { "responseCode" : "OK", "responseMessage" : "...", "property" : "..." } }