Check_Point
156-521 · Question #138
Which of the following languages can efficiently parse JSON outputs from mgmt_cli? (Choose two)
The correct answer is A. Python D. PowerShell. Python and PowerShell offer built-in JSON parsing modules (json and ConvertFrom-Json, respectively). These tools make it easy to extract values and loop through API responses.
Working with Python for Check Point API
Question
Which of the following languages can efficiently parse JSON outputs from mgmt_cli? (Choose two)
Options
- APython
- BBash
- CSQL
- DPowerShell
How the community answered
(38 responses)- A95% (36)
- B3% (1)
- C3% (1)
Explanation
Python and PowerShell offer built-in JSON parsing modules (json and ConvertFrom-Json, respectively). These tools make it easy to extract values and loop through API responses.
Topics
#JSON parsing#Python#PowerShell#mgmt_cli output
Community Discussion
No community discussion yet for this question.