-
Notifications
You must be signed in to change notification settings - Fork 57
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Refresh automation library documentation
- Loading branch information
Showing
3 changed files
with
37 additions
and
0 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,35 @@ | ||
# Check Point | ||
|
||
![Check Point](/assets/playbooks/library/check-point.png){ align=right width=150 } | ||
|
||
Check Point Harmony is the industry’s first unified security solution for users devices and access. | ||
|
||
## Configuration | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `client_id` | `string` | Client Id to interact with Checkpoint API | | ||
| `secret_key` | `string` | Secret key to work with Checkpoint API | | ||
| `authentication_url` | `string` | Authentication url to authenticate Checkpoint API | | ||
| `base_url` | `string` | Base url to interact with Checkpoint API | | ||
|
||
## Triggers | ||
|
||
### [BETA] Collect Checkpoint Harmony events | ||
|
||
Trigger playbook to get Checkpoint Harmony events | ||
|
||
**Arguments** | ||
|
||
| Name | Type | Description | | ||
| --------- | ------- | --------------------------- | | ||
| `ratelimit_per_minute` | `integer` | Maximum number of requests per minute | | ||
| `intake_server` | `string` | Server of the intake server (e.g. 'https://intake.sekoia.io') | | ||
| `intake_key` | `string` | Intake key to use when sending events | | ||
| `chunk_size` | `integer` | The max size of chunks for the batch processing | | ||
| `frequency` | `integer` | Batch frequency in seconds | | ||
|
||
|
||
## Extra | ||
|
||
Module **`Check Point` v1.1.6** |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters