Check_Point
156-521 · Question #157
Which of the following are valid ways to use jq to manipulate Management API JSON output? (Choose two)
The correct answer is A. Convert JSON into shell variables B. Search JSON for matching rule actions. jq can extract specific values from JSON for use in scripts or variables, and also allows filtering based on specific criteria, such as finding rules where "action" == "Drop".
Check Point API Fundamentals
Question
Which of the following are valid ways to use jq to manipulate Management API JSON output? (Choose two)
Options
- AConvert JSON into shell variables
- BSearch JSON for matching rule actions
- CChange SmartConsole UI layout
- DAutomatically install policies
How the community answered
(53 responses)- A75% (40)
- C17% (9)
- D8% (4)
Explanation
jq can extract specific values from JSON for use in scripts or variables, and also allows filtering based on specific criteria, such as finding rules where "action" == "Drop".
Topics
#jq#shell variables#JSON manipulation#rule actions
Community Discussion
No community discussion yet for this question.