Skip to content

Commit 397ce8a

Browse files
committed
Start C integrations
1 parent 166ecf2 commit 397ce8a

File tree

7 files changed

+106
-12
lines changed

7 files changed

+106
-12
lines changed

docs/platform-services/automation-service/app-central/integrations/ca-service-desk.md

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,27 @@ Work with Resources within CA Service Desk.
2323
## Configure CA Service Desk in Automation Service and Cloud SOAR
2424

2525
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
26+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
27+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
28+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
29+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
30+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2631

2732
<IntegrationsAuth/>
33+
* <IntegrationLabel/>
34+
* **URL**. Enter the URL to the CA Service Desk instance.
35+
36+
* **Port**. Enter the CA Service Desk [REST port](https://techdocs.broadcom.com/us/en/ca-enterprise-software/business-management/ca-service-management/17-4/installing/installation-prerequisites/supported-ports-and-port-ranges.html).
37+
38+
* **Username**. Enter the [username](https://techdocs.broadcom.com/us/en/ca-enterprise-software/business-management/ca-service-management/17-4/reference/ca-service-desk-manager-reference-commands/technical-reference/rest-http-methods.html#concept.dita_571265def7bea5a79bc6e3bba4cd061d4d03b036_RESTBasicAuthentication) of a CA Service admin user authorized to provide authentication for the integration. The username is needed for the Authorize action.
39+
40+
* **Password**. Enter the CA Service Desk REST password for the admin user. This is needed for the Authorize action.
41+
42+
* **Access Key**. Enter the CA Service Desk REST [Access key](https://techdocs.broadcom.com/us/en/ca-enterprise-software/business-management/ca-service-management/17-4/reference/ca-service-desk-manager-reference-commands/technical-reference/rest-http-methods.html#concept.dita_571265def7bea5a79bc6e3bba4cd061d4d03b036_RESTSecretKeyAuthentication) obtained from the Authorize action.
43+
44+
* **Secret Key**. Enter the CA Service Desk REST Secret key obtained from the Authorize action.
45+
* <IntegrationEngine/>
46+
* <IntegrationProxy/>
2847

2948
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/ca-service-desk/ca-service-desk-configuration.png')} style={{border:'1px solid gray'}} alt="CA Service Desk configuration" width="400"/>
3049

docs/platform-services/automation-service/app-central/integrations/censys-v2.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,25 @@ Censys reduces your Internet attack surface by continually discovering unknown a
2121
## Configure Censys V2 in Automation Service and Cloud SOAR
2222

2323
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
24+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
25+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
26+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
27+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
28+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2429

2530
<IntegrationsAuth/>
31+
* <IntegrationLabel/>
32+
* **URL**. Enter the URL of Censys V2, for example `https://search.censys.io`
2633

27-
* **Label**. Name of the resource.
28-
* **URL**. URL of Censys V2 (example URL: [https://search.censys.io](https://search.censys.io/api)).
29-
* **User ID**
30-
* **User Secret** <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/censys-v2-configuration.png')} style={{border:'1px solid gray'}} alt="Censys V2 configuration" width="400"/>
34+
* **User ID**. Enter the [API ID](https://docs.censys.com/docs/ls-api).
35+
36+
* **User Secret**. Enter the secret for the API ID.
37+
* <IntegrationCertificate/>
38+
* <IntegrationTimeout/>
39+
* <IntegrationEngine/>
40+
* <IntegrationProxy/>
41+
42+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/censys-v2-configuration.png')} style={{border:'1px solid gray'}} alt="Censys V2 configuration" width="400"/>
3143

3244
For information about Censys V2, see [Censys documentation](https://docs.censys.com/docs).
3345

docs/platform-services/automation-service/app-central/integrations/censys.md

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -23,8 +23,23 @@ Search Censys for enrichment data during active investigation.
2323
## Configure Censys in Automation Service and Cloud SOAR
2424

2525
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
26+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
27+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
28+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
29+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
30+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2631

2732
<IntegrationsAuth/>
33+
* <IntegrationLabel/>
34+
* **API URL**. Enter the URL of Censys V2, for example `https://search.censys.io`
35+
36+
* **API ID**. Enter the [API ID](https://docs.censys.com/docs/ls-api).
37+
38+
* **Secret**. Enter the secret for the API ID.
39+
* <IntegrationCertificate/>
40+
* <IntegrationTimeout/>
41+
* <IntegrationEngine/>
42+
* <IntegrationProxy/>
2843

2944
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/censys-v2/censys-configuration.png')} style={{border:'1px solid gray'}} alt="Censys configuration" width="400"/>
3045

docs/platform-services/automation-service/app-central/integrations/certego.md

Lines changed: 16 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -21,13 +21,25 @@ Certego Managed services for breach detection, cyber security, and response to t
2121
## Configure Certego in Automation Service and Cloud SOAR
2222

2323
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
24+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
25+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
26+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
27+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
28+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2429

2530
<IntegrationsAuth/>
31+
* <IntegrationLabel/>
32+
* **URL API**. Enter the Certego URL API. The default value is `https://panoptikon.certego.net/`
2633

27-
* **Label**. The name for the resource.
28-
* **URL API**. Certego URL API. Default: `https://panoptikon.certego.net/`.
29-
* **Username**. Your Certego username.
30-
* **Password**. Your Certego password. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/certego-configuration.png')} style={{border:'1px solid gray'}} alt="Certego configuration" width="400"/>
34+
* **Username**. Enter the username of a Certego admin user authorized to authenticate the integration.
35+
36+
* **Password**. Enter the password for the Certego admin user.
37+
* <IntegrationCertificate/>
38+
* <IntegrationTimeout/>
39+
* <IntegrationEngine/>
40+
* <IntegrationProxy/>
41+
42+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/certego-configuration.png')} style={{border:'1px solid gray'}} alt="Certego configuration" width="400"/>
3143

3244
For information about Certego, see the [Certego website](https://www.certego.net/).
3345

docs/platform-services/automation-service/app-central/integrations/check-host.md

Lines changed: 13 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -17,15 +17,24 @@ Check-Host is a modern online tool for website monitoring and checking performan
1717
* **Check Host Status Daemon** *(Daemon)* - Daemon to check the URL availability.
1818
* **Get Nodes** *(Enrichment)* - Get the supported nodes list.
1919

20-
## Check-Host configuration
21-
22-
No configuration is needed since the it does not require any authentication.
23-
2420
## Check-Host in Automation Service and Cloud SOAR
2521

2622
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
23+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
24+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
25+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
26+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
27+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2728

2829
<IntegrationsAuth/>
30+
* <IntegrationLabel/>
31+
* **URL**. Enter the URL for Check-Host, `https://check-host.net`
32+
33+
* **Node**. Enter the Check-Host [node](https://check-host.net/about/api?lang=en#nodes-list-section).
34+
* <IntegrationCertificate/>
35+
* <IntegrationTimeout/>
36+
* <IntegrationEngine/>
37+
* <IntegrationProxy/>
2938

3039
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/check-host/check-host-configuration.png')} style={{border:'1px solid gray'}} alt="Check-Host configuration" width="400"/>
3140

docs/platform-services/automation-service/app-central/integrations/check-point.md

Lines changed: 16 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -41,8 +41,24 @@ Network Security
4141
## Configure Check Point in Automation Service and Cloud SOAR
4242

4343
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
44+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
45+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
46+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
47+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
48+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
4449

4550
<IntegrationsAuth/>
51+
* <IntegrationLabel/>
52+
* **URL**. Enter the Check Point URL.
53+
54+
* **API Key**. Enter the [Check Point API key](https://docs.cgn.portal.checkpoint.com/reference/authentication).
55+
56+
* **Username**. Enter the username of a Check Point admin user authorized to authenticate the integration.
57+
58+
* **Password**. Enter the password of the admin user.
59+
* <IntegrationTimeout/>
60+
* <IntegrationCertificate/>
61+
* <IntegrationEngine/>
4662

4763
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/check-point/check-point-configuration.png')} style={{border:'1px solid gray'}} alt="Check-Point configuration" width="400"/>
4864

docs/platform-services/automation-service/app-central/integrations/chronicle.md

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -33,8 +33,19 @@ Chronicle SIEM is a cloud service, built as a specialized layer on top of core G
3333
## Configure Chronicle in Automation Service and Cloud SOAR
3434

3535
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
36+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
37+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
38+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
39+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
40+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
3641

3742
<IntegrationsAuth/>
43+
* <IntegrationLabel/>
44+
* **API URL**. Enter the [Chronicle API URL](https://cloud.google.com/chronicle/docs/reference/rest).
45+
46+
* **Service Account Credentials JSON**. Enter the [service account credentials](https://cloud.google.com/chronicle/docs/reference/ingestion-api#getting_api_authentication_credentials) in JSON format.
47+
* <IntegrationEngine/>
48+
* <IntegrationProxy/>
3849

3950
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/chronicle/chronicle-configuration.png')} style={{border:'1px solid gray'}} alt="Chronicle configuration" width="400"/>
4051

0 commit comments

Comments
 (0)