I am using R81.10 Checkpoint Management Device and I am configuring the device using ansible remotely.
My ansible script works for R81.20 but when running in R81.10, it caused this error:
Requested API command: [set-global-properties] not found
So I am wondering if R81.10 does not have this feature within the terminal and only can be set manually.
I have tried doing it through the terminal but it still gave the same error:
mgmt_cli set global-properties accept_rip "false" --session-id $SESSION_ID -f json
My gaia_api status shows that the version is 1.5 and my api_server_version is 1.8
Please do give solutions on how I can get rid of this error.
Thanks in advance!