Check_Point
156-521 · Question #70
You are asked to validate if a Check Point API automation script succeeded. Which tools could help? (Choose two)
The correct answer is A. curl C. API response codes. Using curl, you can inspect the response of API calls directly, and HTTP response codes (like 200, 404, or 403) provide confirmation of success or failure. SmartView Monitor and tcpdump are not used for script validation.
Check Point API Fundamentals
Question
You are asked to validate if a Check Point API automation script succeeded. Which tools could help? (Choose two)
Options
- Acurl
- BSmartView Monitor
- CAPI response codes
- Dtcpdump
How the community answered
(28 responses)- A75% (21)
- B14% (4)
- D11% (3)
Explanation
Using curl, you can inspect the response of API calls directly, and HTTP response codes (like 200, 404, or 403) provide confirmation of success or failure. SmartView Monitor and tcpdump are not used for script validation.
Topics
#script validation#API response codes#curl#error handling
Community Discussion
No community discussion yet for this question.