Releases: LetMeR00t/pyCheckpoint-API
Releases Β· LetMeR00t/pyCheckpoint-API
v1.1.4
v1.1.3
What's Changed
- Fix wrong parameters in nat-rules fetch
Full Changelog: v1.1.2...v1.1.3
Breaking Changes
- None
Other notes
- None
v1.1.2
What's Changed
- Add the possibility to fetch all nat rules (same as access rule) at once using a dedicated field "show_all" to True
Full Changelog: v1.1.1...v1.1.2
Breaking Changes
- None
Other notes
- Test coverage has been checked
v1.1.1
What's Changed
- Fix issue with wrong parameters for some methods
- Fix issue with wrong API access for generic-objects
Full Changelog: v1.1.0...v1.1.1
Breaking Changes
- None
Other notes
- Third party libraries are up to date
v1.1.0
What's Changed
- Possibility to collect objects all at once with a new dedicated boolean field "show_all"
- Add new examples of use cases
- Fix issues within the documentation
Full Changelog: v1.0.0...v1.1.0
Breaking Changes
- Major change on the main class named "FirewallManagement" which has been renamed into "Management" as the Checkpoint API Reference is naming it like this (Management doesn't have only firewall features)
Other notes
- Third party libraries are up to date
v1.0.0: Checkpoint Alpha
Web API Coverage
Legend:
- π’ means "Fully covered"
- π‘ means "Partially covered"
- π΄ means "Not covered yet"
Why not all features from the list below are not yet implemented ?: As you might understand, it takes time to implement every feature of the Checkpoint API (code + tests + docs). If you are very interested in some features below, please raise an issue and ask for those and they will be implemented in priority.
Here is the list of endpoints that are currently supported by this SDK and base on the Checkpoint official API reference.:
- π’ Session Management
- π’ Network Objects
- π΄ Compliance
- π΄ Gaia Best Practice
- π΄ Data Center
- π΄ Azure Active Directory
- π΄ Updatable Objects
- π’ Service & Applications
- π’ Access Control & NAT
- π΄ VPN
- π΄ VSX
- π΄ Threat Prevention
- π΄ HTTPS Inspection
- π’ Policy
- π΄ Multi-Domain
- π΄ Migration
- π΄ SmartTasks
- π΄ Package Deployment
- π΄ Users
- π΄ High Availability
- π΄ Manage & Settings
- π΄ Logs
- π‘ Misc.
- π΄ add-objects-batch
- π΄ set-objects-batch
- π΄ delete-objects-batch
- π΄ cme-api
- π΄ gaia-api
- π΄ export
- π΄ show-changes
- π΄ show-api-versions
- π΄ put-file
- π΄ where-used
- π΄ run-script
- π΄ show-unused-objects
- π΄ show-gateways-and-servers
- π΄ show-layer-structure
- π΄ show-validations
- π΄ show-commands
- π΄ install-database
- π΄ Task
- π΄ Object
- π’ generic-objects (rulebaseaction)
Full Changelog: https://github.com/LetMeR00t/pyCheckpoint-API/commits/v1.0.0