- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- python integration
Options
- Subscribe to RSS Feed
- Mark Topic as New
- Mark Topic as Read
- Float this Topic for Current User
- Bookmark
- Subscribe
- Mute
- Printer Friendly Page
Are you a member of CheckMates?
×
Sign in with your Check Point UserCenter/PartnerMap account to access more great content and get a chance to win some Apple AirPods! If you don't have an account, create one now for free!
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
python integration
Hi ,
I want to know if you can use python script to add users and comment without password on the checkpoint management server
1 Reply
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If you’re going to do it via Python: you’d be calling the API, which requires authenticating.
mgmt_cli supports an option (-r true) that will not require credentials when called from the management server CLI.
Official API support for users was only added in R80.40, though, though it’s possible to do in earlier versions with generic-object.
