Hey,
I am reading the performance best practices for the API
https://sc1.checkpoint.com/documents/latest/APIs/index.html?ref=blog.meister-security.de#tips_best_p...
We are using a read only user for various data scraping. Are there any differences performance or functionally wise when using cpapi package and logging in with read_only = true - or should we consider using "continue-last-session" ?
In the cpapi code I see:
:param read_only: [optional] Login with Read Only permissions. This parameter is not considered in case
continue-last-session is true.
Not much to go from here.
Thanks,
Henrik