Skip to content

Commit 74c19c9

Browse files
committed
Merge branch 'master' of https://github.com/frikky/shuffle-apps
2 parents efe74cb + 805b790 commit 74c19c9

File tree

1 file changed

+37
-0
lines changed

1 file changed

+37
-0
lines changed

checkpoint/1.0.0/README.md

Lines changed: 37 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -0,0 +1,37 @@
1+
# Checkpoint App
2+
Checckpoint app for interacting with various checkpoint firewall functions from shuffle.
3+
### Configure Checkpoint API server
4+
1) Connect with SmartConsole to the Security Management Server.
5+
2) From the left navigation panel, click Manage & Settings.
6+
3) In the upper left section, click Blades.
7+
4) In the Management API section, click Advanced Settings.
8+
5) Configure the Startup Settings and the Access Settings.
9+
- **Configure startup settings.**
10+
Select Automatic start to automatically start the API server when you start or reboot the Management Server.
11+
- **Configure startup settings.**
12+
Select one of these options to configure which clients can connect to the API Server:
13+
14+
1) All IP addresses that can be used for GUI clients - You can send API requests from all IP addresses that are defined as Trusted Clients in SmartConsole. This includes requests from SmartConsole, Web services, and the mgmt_cli utility on the Management Server.
15+
16+
2) All IP addresses - You can send API requests from all IP addresses. This includes requests from SmartConsole, Web services, and the mgmt_cli utility on the Management Server.
17+
18+
6) Publish the SmartConsole session.
19+
20+
7) Restart the API Server on the Management Server with this command:
21+
```
22+
api restart
23+
```
24+
Read more about setting up API server [here](https://sc1.checkpoint.com/documents/R81/WebAdminGuides/EN/CP_R81_SecurityManagement_AdminGuide/Topics-SECMG/Managing-Security-through-API.htm).
25+
26+
### Authentication
27+
- Management server IP, username and password are used for authenticating with the checkpoint app.
28+
- Make sure user have permissions to access the web APIs.
29+
30+
### Note
31+
- Checkpoint API has limit of max 3 session per user per minute. If you're opening more than 3 sessions make sure to add delay among workflow nodes.
32+
33+
34+
35+
36+
37+

0 commit comments

Comments
 (0)