File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree Original file line number Diff line number Diff line change @@ -34,10 +34,10 @@ Then choose "Security Management" as the service.
3434##Examples
3535
3636• 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`
37+ ` python3 connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu`
3838
3939• Running the script from remote:
40- ` python connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --server 192.168.1.1 --api_key <your_api_key> --api_port 443`
40+ ` python3 connect_all_domains.py --client_id <tenant_client_id> --access_key <tenant_access_key> --region eu --server 192.168.1.1 --api_key <your_api_key> --api_port 443`
4141
4242## Development Environment
4343
@@ -46,4 +46,4 @@ The tool is developed using Python language version 3.7 and [Check Point API Pyt
4646##Note
4747
4848In order to run the script, explicit consent must be given.
49- The connect_all_domains.log and api debug files will be created in project location.
49+ The connect_all_domains.log and api debug files will be created in project location.
You can’t perform that action at this time.
0 commit comments