Skip to content

Commit b8b18a9

Browse files
committed
Update add_access_rule_with_api_key.py
1 parent e6deaa0 commit b8b18a9

File tree

1 file changed

+16
-0
lines changed

1 file changed

+16
-0
lines changed

examples_python3/add_access_rule_with_api_key.py

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -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+
117
from __future__ import print_function
218

319
# A package for reading passwords without displaying them on the console.

0 commit comments

Comments
 (0)