Skip to content

Commit

Permalink
Utilize official Check Point python API (#5)
Browse files Browse the repository at this point in the history
* Add reference to official API

* Initial changes for official API, no testing yet

* Correct some API errors before testing

* Format fixes, use data and success from API

* Take advantage of wait_for_task and add some more console output

* minor format tweak

* fix typo of last typo :)

* Console output tweaks

* Initial testing complete

* More testing and updates, everything except rule conversions tested

* Fix bug for rule names

* Remove old imports
  • Loading branch information
chkp-wbelt authored Jan 4, 2019
1 parent b5dfeae commit df5530f
Show file tree
Hide file tree
Showing 3 changed files with 157 additions and 263 deletions.
3 changes: 3 additions & 0 deletions .gitmodules
Original file line number Diff line number Diff line change
@@ -0,0 +1,3 @@
[submodule "cp_mgmt_api_python_sdk"]
path = cp_mgmt_api_python_sdk
url = https://github.com/CheckPointSW/cp_mgmt_api_python_sdk
Loading

0 comments on commit df5530f

Please sign in to comment.