CheckPointAnsibleMgmtCollection icon indicating copy to clipboard operation
CheckPointAnsibleMgmtCollection copied to clipboard

Problem cp_mgmt_access_rule_facts

Open GitHub2022 opened this issue 2 months ago • 2 comments

Hi there,

calling the function cp_mgmt_access_rule_facts with the option "use_object_dictionary = NO" leads to a timeout. The API is not responding at all. While using the option with YES works as expected.

Please fix.

GitHub2022 avatar Sep 18 '25 00:09 GitHub2022

Hi @GitHub2022,

Without setting "use_object_dictionary" to "YES", the reply may become too large and could result in a timeout. Therefore, we recommend enabling this field for this query.

Best regards, Dor

chkp-dorbe avatar Sep 18 '25 17:09 chkp-dorbe

Well but nobody nows what "too large means". Neither it is written somewhere nor explained in detail. Also why should we try to receive the object directory when we dont need it? Basically who nows sometimes also the object directory can be huge - coming back to my first point, how can you determine what is too large? Just the amount of rules can not be the value we are searching for? So what is the limitation and why can you not simply increase it?

GitHub2022 avatar Sep 18 '25 21:09 GitHub2022