We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e6deaa0 commit b8b18a9Copy full SHA for b8b18a9
examples_python3/add_access_rule_with_api_key.py
@@ -1,3 +1,19 @@
1
+#
2
+# add_access_rule_with_api_key.py
3
+# version 1.0
4
5
6
+# This example demonstrates communication with Check Point Management server using Management API Library in Python.
7
+# Login with api-key, and add access rule.
8
+# The demonstrated commands are:
9
10
+# 1. login with api-key
11
+# 2. adding an access rule to the top of Network layer
12
+# 3. publishing the changes
13
14
+# Logout command is called automatically after the work with Management API Library is completed.
15
16
+
17
from __future__ import print_function
18
19
# A package for reading passwords without displaying them on the console.
0 commit comments