- CheckMates
- :
- Products
- :
- Developers
- :
- API / CLI Discussion
- :
- Re: Python
- 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?
×- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Python
Hi ,
I want to know if you can create usernames with python scripts and api for checkpoint instead of host name and I also want to know how to run python scripts with checkpoint management server
Accepted Solutions
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are four ways to communicate with the SMS using the management APIs:
- Typing API commands from a dialog inside the SmartConsole GUI application.
- Typing API commands using the "mgmt_cli" executable (available in both Windows, Linux/Gaia flavors).
- Typing API commands using Gaia's secure shell (clish).
- Sending API commands over an https connection using web-services
See https://sc1.checkpoint.com/documents/latest/APIs/index.html?#introduction~v1.7%20
For defining users see here: https://sc1.checkpoint.com/documents/latest/APIs/index.html?#cli/add-user~v1.7%20
You can run python on SMS as explained here: https://community.checkpoint.com/t5/API-CLI-Discussion/Checkpoint-Python-SDK/m-p/96533
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
There are four ways to communicate with the SMS using the management APIs:
- Typing API commands from a dialog inside the SmartConsole GUI application.
- Typing API commands using the "mgmt_cli" executable (available in both Windows, Linux/Gaia flavors).
- Typing API commands using Gaia's secure shell (clish).
- Sending API commands over an https connection using web-services
See https://sc1.checkpoint.com/documents/latest/APIs/index.html?#introduction~v1.7%20
For defining users see here: https://sc1.checkpoint.com/documents/latest/APIs/index.html?#cli/add-user~v1.7%20
You can run python on SMS as explained here: https://community.checkpoint.com/t5/API-CLI-Discussion/Checkpoint-Python-SDK/m-p/96533
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
Thank you for your assistance
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
If it has helped, give me a Kudo 8)
