You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
<br>The tool can replace references to a Global object with references to a local object.
73
-
74
-
75
17
## Development Environment
76
18
The tool is developed using Python language version 2.7, version 3.7 and [Check Point API Python SDK](https://github.com/CheckPointSW/cp_mgmt_api_python_sdk).
Download and install the [Check Point API Python SDK](https://github.com/CheckPointSW/cp_mgmt_api_python_sdk)
13
+
repository, follow the instructions in the SDK repository.
14
+
15
+
To create the required keys, you must go to [Check Point Infinity Portal](https://portal.checkpoint.com) -> Settings -> API Keys -> New -> New Account API Key.
16
+
Then choose "Security Management" as the service.
17
+
18
+
## Usage Syntax
19
+
20
+
• --client_id: Required. The Client ID.
21
+
22
+
• --access_key: Required. The Access Key.
23
+
24
+
• --region: Required. The region. Choices are [ap, us, eu, uae, in].
25
+
26
+
• --server: The server IP address or hostname, required when running from remote.
27
+
28
+
• --api_key: The API Key, required when running from remote.
29
+
30
+
• --api_port: The API Port, required if running from remote, and it isn't the default value (443).
31
+
32
+
• --debug_file: API calls debug file name.
33
+
34
+
##Examples
35
+
36
+
• Running the script on the Multi-Domain Server:
37
+
`python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --debug_file api_calls.json`
0 commit comments