I'm seeing a discrepancy in the output of the installed Take from the cluster member themselves, when using the 'show-cluster-members' API endpoint. R82.10, GAIA API 1.9.
Gateway:
[Expert@Gateway-s01-01:0]# cpinfo -y FW1
This is Check Point CPinfo Build 914000231 for GAIA
[FW1]
HOTFIX_GOT_TPCONF_AUTOUPDATE
HOTFIX_INEXT_NANO_EGG_AUTOUPDATE
HOTFIX_R82_10_JUMBO_HF_MAIN Take: 36
HOTFIX_R82_10_MAAS_TUNNEL_AUTOUPDATE
FW1 build number:
This is Check Point's software version R82.10 - Build 013
kernel: R82.10 - Build 012
[Expert@Gateway-s01-01:0]#
API call:
{'hostname': 'Gateway-s01-01', 'installed-jumbo-take': 24, 'member-id': 1, 'member-status': 'Active', 'model': 'CheckPoint 3970', 'serial-number': '<removed>', 'site-id': 1, 'site-status': 'Active', 'version': 'R82.10'}
Confirmed when I tail the gaia_api_server.log:
30/07/26 13:24:14: MainThread: infra.annotations: INFO: {
"response": 200,
"body": {
"sites": {
"1": {
"name": "Site 1",
"site_id": 1,
"status": "Active",
"grade": 6,
"members": [
{
"hostname": "Gateway-s01-01",
"serial_number": "<removed>",
"model": "CheckPoint 3970",
"version": "R82.10",
"site_id": 1,
"member_id": 1,
"status": "Active",
"pnotes": "IAC",
"is_member_smo": true,
"site_status": "Active",
"installed_jumbo_take": 24,
"hotfixes": [
"Hotfix Cpsdc Autoupdate",
"Hotfix Got Tpconf Autoupdate",
"Hotfix Inext Nano Egg Autoupdate",
"Hotfix R82 10 Jumbo Hf Main",
"Hotfix R82 10 Maas Tunnel Autoupdate",
"Hotfix Infra Config Autoupdate",
"Hotfix Otlp Ga",
"Hotfix Quid Autoupdate",
"Hotfix Hcp Autoupdate"
],
Take 36 was installed on top of Take 24, but the API still reports Take 24 unlike the gateways themselves.