Check_Point
156-521 · Question #111
Which automation tools support loop-based execution to apply Gaia API commands to multiple gateways? (Choose two)
The correct answer is A. curl B. Python. Python scripts can iterate through multiple gateways using loops and the requests module. curl can be used inside shell scripts to loop API requests across hosts for bulk execution.
Working with Python for Check Point API
Question
Which automation tools support loop-based execution to apply Gaia API commands to multiple gateways? (Choose two)
Options
- Acurl
- BPython
- CPostman
- DSmartUpdate
How the community answered
(19 responses)- A95% (18)
- D5% (1)
Explanation
Python scripts can iterate through multiple gateways using loops and the requests module. curl can be used inside shell scripts to loop API requests across hosts for bulk execution.
Topics
#loop-based execution#multi-gateway#Python#curl automation
Community Discussion
No community discussion yet for this question.