- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Requested API command: [set-global-properties] not...
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Requested API command: [set-global-properties] not found
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!
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
set-global-properties was added in R81.20 (API 1.9).
To eliminate the error: use R81.20 and above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
set-global-properties was added in R81.20 (API 1.9).
To eliminate the error: use R81.20 and above.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Alright thanks alot!