@itentialopensource/adapter-checkpoint_gaia 0.1.1 → 0.2.1
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- package/.eslintignore +0 -1
- package/.jshintrc +3 -0
- package/AUTH.md +16 -15
- package/BROKER.md +31 -19
- package/CALLS.md +59 -23
- package/CHANGELOG.md +16 -1
- package/PROPERTIES.md +5 -0
- package/README.md +60 -63
- package/SYSTEMINFO.md +18 -6
- package/TAB1.md +10 -0
- package/TAB2.md +87 -2098
- package/compliance-report.json +9 -0
- package/compliance-report.txt +5 -0
- package/metadata.json +24 -6
- package/package.json +12 -14
- package/propertiesSchema.json +133 -36
- package/refs?service=git-upload-pack +0 -0
- package/report/adapterInfo.json +4 -4
- package/report/updateReport1715609924124.json +120 -0
- package/sampleProperties.json +42 -30
- package/test/integration/adapterTestIntegration.js +2 -1
- package/test/unit/adapterTestUnit.js +12 -8
- package/utils/artifactize.js +0 -0
package/TAB1.md
CHANGED
|
@@ -2,4 +2,14 @@
|
|
|
2
2
|
|
|
3
3
|
This adapter is used to integrate the Itential Automation Platform (IAP) with the Checkpoint_gaia System. The API that was used to build the adapter for Checkpoint_gaia is usually available in the report directory of this adapter. The adapter utilizes the Checkpoint_gaia API to provide the integrations that are deemed pertinent to IAP. The ReadMe file is intended to provide information on this adapter it is generated from various other Markdown files.
|
|
4
4
|
|
|
5
|
+
## Details
|
|
6
|
+
The Check Point Gaia adapter from Itential is used to integrate the Itential Automation Platform (IAP) with Check Point Gaia platform to perform various operations within the Check Point Gaia service.
|
|
7
|
+
|
|
8
|
+
With this adapter you have the ability to perform operations on items such as:
|
|
9
|
+
|
|
10
|
+
- Threat Prevention
|
|
11
|
+
- User Management
|
|
12
|
+
- Network Management
|
|
13
|
+
- Monitoring
|
|
14
|
+
|
|
5
15
|
For further technical details on how to install and use this adapter, please click the Technical Documentation tab.
|