Hi Team,
I have explored the API reference posted in checkmates. It has given below command to deploy policy from API CLI to deploy on single firewall. Similarly, If we want to run policy installation on all firewalls of CMA. What is the command?
API Referrence:
https://sc1.checkpoint.com/documents/latest/APIs/index.html#gui-cli/install-policy~v1.2
Single Firewall:
mgmt_cli install-policy policy-package "standard" access true threat-prevention true targets.1 "corporate-gateway" --version 1.1 --format json
Multiple Firewall:
mgmt_cli install-policy policy-package "standard" access true threat-prevention true targets.1 "corporate-gateway corporate-gateway1 corporate-gateway2 " --version 1.1 --format json
In double quotes, can we include multiple firewalls by giving space?
Regards
Revathi