Hi,
I'm making a little python script that uses the Checkpoint Management API, so far I was able to get a Json with all connection/Security Policies rules. My problem is, all the rules I was able to fetch were 1, 2 and 3 which contained a child rule or sub-rule 2.1, 3.1 and 3.2 inside them, nested. (not sure what the name for those is) What API request should I make to be able to not only fetch the main rules 1, 2 and 3, but also their sub-rules 2.1, 3.1 and 3.2? I've searched the documentation and can't seem to be able to fetch them.
Thanks to anyone who can help ...