Hi Jim,
cpinfo:
This is Check Point CPinfo Build 914000214 for GAIA
[MGMT]
No hotfixes..
[FW1]
HOTFIX_GOT_MGMT_AUTOUPDATE
HOTFIX_GOT_TPCONF_MGMT_AUTOUPDATE
FW1 build number:
This is Check Point Security Management Server R81 - Build 287
This is Check Point's software version R81 - Build 959
it turns out, that the user needs following right set via the Permission Profiles:
Gateways -> "Manage Licenses and Packages" -> "write" - even for a "show command"
The script of mine is using the Check Point python SDK via Web
Output with correct right set:
"res_obj": {
"data": {
"installed-version": "635207560",
"installed-version-creation-time": {
"iso-8601": "2020-11-11T00:00+0100",
"posix": 1605049200000
},
"last-updated": {
"iso-8601": "2020-11-11T13:12+0100",
"posix": 1605096724000
},
"latest-version": "635207560",
"latest-version-creation-time": {
"iso-8601": "2020-11-11T00:00+0100",
"posix": 1605049200000
},
"update-available": false
}
}
Output with "read" permission on Gateways -> "Manage Licenses and Packages" :
"res_obj": {
"data": {
"installed-version": "635207560",
"installed-version-creation-time": {
"iso-8601": "2020-11-11T00:00+0100",
"posix": 1605049200000
},
"last-updated": {
"iso-8601": "2020-11-11T13:12+0100",
"posix": 1605096724000
},
"latest-version": "N/A",
"update-available": false
},
"status_code": 200
}
}
Will edit the script and add it to script documentation 🙂
Thanks,
Daniel