Checking the Application version

Ops Center Protector REST API User Guide

Version
7.6.x
Audience
anonymous
Part Number
MK-99PRT005-06

It is possible to retrieve the application version without a logged in session. This allows users to verify the version and make the correct assumptions on available functionality before continuing.

Get the Application version
curl --insecure
"https://demomaster/API/7.1/master/NodeManager/objects/ProductInformation/
"
Get the Application version Response
{
    "id": "0",
    "masterVersion": "7.1.0.84083-R7.1"
}