Hi,
Looking at the screenshot you sent and base on the information that you say you connect to https:// to access the GUI, I can just assume that you are connecting using Web SmartConsole by accessing the GUI on this URL https://<mgmtsrv>/smartconsole
The Web SmartConsole does not contain all the configuration settings, we are regularly updating it to include more capabilities. More details here: https://support.checkpoint.com/results/sk/sk170314
For example, the setting to enable the management API to accept remote requests is currently not possible to set in Web SmartCosole.
If you want to set this using the GUI you need to us the SmartConsole application that have the full capability of all settings in the GUI. You can find the latest version for R81.10 SmartConsole application here: https://sc1.checkpoint.com/documents/Jumbo_HFA/R81.10_SC/R81.10/R81.10_Downloads.htm
If you do not want to download SmartConsole application another option is to change the API server to listen to remote calls by connecting to the management server over ssh and run the following command in clish or in Expertmode
clish:
mgmt login domain "System Data" user "admin"
mgmt set api-settings accepted-api-calls-from "All IP addresses" --format json
Expert mode:
mgmt_cli set api-settings accepted-api-calls-from "All IP addresses" --root "true" --domain "System Data" --format json
More details about this command and how you can restrict access to certain IPs with it can be found here: https://sc1.checkpoint.com/documents/latest/APIs/index.html#cli/set-api-settings~v2%20
If I understand your goal correctly, you plan to have a predefined rule with block action inplacera and you want to dynamically fill that rule with IPs without the need to reinstall the policy on the gateway every time there is a change to the list of IPs to block.
For this purpose as also suggested ny PhoneBoy I recommend you to use Generic Data Center Objects , since the SK sk167210 referred to in the admin guide seems to require login I for your convenience added a PDF version of that content to this post here. I have also asked our Tech writers to make sk167210 publicly available
Kind Regards
Jim