Skip to content

Commit cafc34d

Browse files
committed
Finish C integrations
1 parent cf1d206 commit cafc34d

24 files changed

+396
-59
lines changed

docs/platform-services/automation-service/app-central/integrations/cisco-umbrella-investigate.md

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,8 +26,21 @@ Threat Intelligence-Reputation
2626
## Configure Cisco Umbrella Investigate in Automation Service and Cloud SOAR
2727

2828
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
29+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
30+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
31+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
32+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
33+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2934

3035
<IntegrationsAuth/>
36+
* <IntegrationLabel/>
37+
* **URL**. Enter the URL for your Cisco Umbrella Investigate instance.
38+
39+
* **API Token**. Enter an [API key](https://docs.umbrella.com/deployment-umbrella/docs/add-umbrella-api-keys) for Cisco Umbrella Investigate.
40+
* <IntegrationTimeout/>
41+
* <IntegrationCertificate/>
42+
* <IntegrationEngine/>
43+
* <IntegrationProxy/>
3144

3245
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cisco/cisco-umbrella-investigate-configuration.png')} style={{border:'1px solid gray'}} alt="Cisco Umbrella Investigate configuration" width="400"/>
3346

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -20,8 +20,23 @@ Updated: Jul 03, 2023***
2020
## Configure Cisco Umbrella V2 in Automation Service and Cloud SOAR
2121

2222
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';
2328

2429
<IntegrationsAuth/>
30+
* <IntegrationLabel/>
31+
* **API URL**. Enter the the API URL for your Cisco Umbrella V2 instance, for example, `https://api.umbrella.com`
32+
33+
* **API Key**. Enter an [API key](https://developer.cisco.com/docs/cloud-security/umbrella-api-authentication/) for Cisco Umbrella V2.
34+
35+
* **API Secret**. Enter the secret for the API key.
36+
* <IntegrationTimeout/>
37+
* <IntegrationCertificate/>
38+
* <IntegrationEngine/>
39+
* <IntegrationProxy/>
2540

2641
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cisco/cisco-umbrella-v2-configuration.png')} style={{border:'1px solid gray'}} alt="Cisco Umbrella V2 configuration" width="400"/>
2742

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

Lines changed: 14 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,12 +29,23 @@ Cisco Webex is a solution for video conferencing, online meetings, screen share,
2929
## Configure Cisco Webex in Automation Service and Cloud SOAR
3030

3131
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
32+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
33+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
34+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
35+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
36+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
3237

3338
<IntegrationsAuth/>
39+
* <IntegrationLabel/>
40+
* **URL**. Enter the API URL for your Cisco Webex instance. The default URL is `https://webexapis.com/`
3441

35-
* **Label**. The resource name.
36-
* **URL**. The default url is 'https://webexapis.com/'.
37-
* **Token**. Your Cisco Webex token.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/cisco-webex-configuration.png')} style={{border:'1px solid gray'}} alt="Cisco Webex configuration" width="400"/>
42+
* **Token**. Enter a Cisco Webex [token](https://developer.webex.com/docs/getting-your-personal-access-token).
43+
* <IntegrationTimeout/>
44+
* <IntegrationCertificate/>
45+
* <IntegrationEngine/>
46+
* <IntegrationProxy/>
47+
48+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/cisco-webex-configuration.png')} style={{border:'1px solid gray'}} alt="Cisco Webex configuration" width="400"/>
3849

3950
For information about Cisco Webex, see [Webex documentation](https://developer.webex.com/docs).
4051

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -22,8 +22,23 @@ Query Claroty CTD, an OT scanner and monitoring system. Claroty CTD provides fun
2222
## Configure Claroty in Automation Service and Cloud SOAR
2323

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

2631
<IntegrationsAuth/>
32+
* <IntegrationLabel/>
33+
* **URL**. Enter the URL for your Claroty instance.
34+
35+
* **Username**. Enter the username of a Claroty admin user authorized to provide authentication for the integration.
36+
37+
* **Password**. Enter the password for the Claroty admin user.
38+
* <IntegrationTimeout/>
39+
* <IntegrationCertificate/>
40+
* <IntegrationEngine/>
41+
* <IntegrationProxy/>
2742

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

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

Lines changed: 11 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,19 @@ Search Cofense for Threats and download Threat Reports.
1919
## Configure Cofense in Automation Service and Cloud SOAR
2020

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

2328
<IntegrationsAuth/>
29+
* <IntegrationLabel/>
30+
* **API User Name**. Enter the username of the API user authorized to authenticate the integration.
31+
32+
* **API Password**. Enter the password associated with the API user.
33+
* <IntegrationEngine/>
34+
* <IntegrationProxy/>
2435

2536
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cofense/cofense-configuration.png')} style={{border:'1px solid gray'}} alt="Cisco Cofense configuration" width="400"/>
2637

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

Lines changed: 19 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,27 @@ Create, update, search, and gather ticket information from ConnectWise.
2424
## Configure ConnectWise Manage in Automation Service and Cloud SOAR
2525

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

2833
<IntegrationsAuth/>
34+
* <IntegrationLabel/>
35+
* **URL**. Enter the API URL for your ConnectWise Manage instance, for example, `api-au.myconnectwise.net`, `api-eu.myconnectwise.net`, `api-na.myconnectwise.net`, or `api-staging.connectwisedev.com`.
36+
37+
* **Company Name**. Enter your ConnectWise Manage company name.
38+
39+
* **Public Key**. Enter a ConnectWise Manage public key.
40+
41+
* **Private Key**. Enter a ConnectWise Manage private key.
42+
43+
* **Client ID**. Enter a ConnectWise Manage client ID.
44+
* <IntegrationTimeout/>
45+
* <IntegrationCertificate/>
46+
* <IntegrationEngine/>
47+
* <IntegrationProxy/>
2948

3049
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/connectwise/connectwise-configuration.png')} style={{border:'1px solid gray'}} alt="Connectwise Manage configuration" width="400"/>
3150

docs/platform-services/automation-service/app-central/integrations/coralogix-query-logs.md

Lines changed: 22 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -26,17 +26,30 @@ Generate and then copy the [API Key](https://coralogix.com/docs/user-guides/acco
2626
## Configure Coralogix - Query Logs in Automation Service and Cloud SOAR
2727

2828
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
29+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
30+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
31+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
32+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
33+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
2934

3035
<IntegrationsAuth/>
31-
32-
* **Server URL**. Choose between the following URLs depending on the top level domain of your Coralogix account (.com, .in, etc.):
33-
+ for .eu use https://coralogix-esapi.coralogix.com
34-
+ for .us use https://esapi.coralogix.us
35-
+ for .in use https://es-api.app.coralogix.in
36-
+ for .eu2. use https://es-api.eu2.coralogix.com
37-
+ for sg.com use https://es-api.coralogixsg.com
38-
* **Private Key**. Your Coralogix account private key.
39-
* **Port**. Port usually 9443. <br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/coralogix-query-logs-configuration.png')} style={{border:'1px solid gray'}} alt="Coralogix Query Logs configuration" width="400"/>
36+
* <IntegrationLabel/>
37+
* **Server URL**. Choose between the following [Coralogix URLs](https://coralogix.com/docs/user-guides/account-management/account-settings/coralogix-domain/) depending on the top level domain of your Coralogix account (.com, .in, etc.):
38+
* For `.eu` use `https://coralogix-esapi.coralogix.com`
39+
* For `.us` use `https://esapi.coralogix.us`
40+
* For `.in` use `https://es-api.app.coralogix.in`
41+
* For `.eu2` use `https://es-api.eu2.coralogix.com`
42+
* For `sg.com` use `https://es-api.coralogixsg.com`
43+
44+
* **Port**. Enter your Coralogix port, usually `9443`.
45+
46+
* **Private Key**. Enter your Coralogix account [private key](https://coralogix.com/docs/user-guides/account-management/api-keys/api-keys/).
47+
* <IntegrationCertificate/>
48+
* <IntegrationTimeout/>
49+
* <IntegrationEngine/>
50+
* <IntegrationProxy/>
51+
52+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/coralogix-query-logs-configuration.png')} style={{border:'1px solid gray'}} alt="Coralogix Query Logs configuration" width="400"/>
4053

4154
For information about Coralogix - Query Logs, see [Coralogix documentation](https://coralogix.com/docs/).
4255

docs/platform-services/automation-service/app-central/integrations/coralogix-send-logs.md

Lines changed: 23 additions & 9 deletions
Original file line numberDiff line numberDiff line change
@@ -27,18 +27,32 @@ Generate and then copy the [API Key](https://coralogix.com/docs/user-guides/acco
2727
## Configure Coralogix - Send Logs in Automation Service and Cloud SOAR
2828

2929
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
30+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
31+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
32+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
33+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
34+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
3035

3136
<IntegrationsAuth/>
37+
* <IntegrationLabel/>
38+
* **Server URL**. Choose between the following [Coralogix URLs](https://coralogix.com/docs/user-guides/account-management/account-settings/coralogix-domain/) depending on the top level domain of your Coralogix account (.com, .in, etc.):
39+
* For `.eu` use `https://coralogix-esapi.coralogix.com`
40+
* For `.us` use `https://esapi.coralogix.us`
41+
* For `.in` use `https://es-api.app.coralogix.in`
42+
* For `.eu2` use `https://es-api.eu2.coralogix.com`
43+
* For `sg.com` use `https://es-api.coralogixsg.com`
3244

33-
* **Server URL**. Choose between the following URLs depending on the top level domain of your Coralogix account (.com, .in, etc.):
34-
+ for .com use https://api.coralogix.com
35-
+ for .us use https://api.coralogix.us
36-
+ for .in use https://api.app.coralogix.in
37-
+ for .eu2. use https://api.app.eu2.coralogix.com
38-
+ for sg.com use https://api.app.coralogixsg.com
39-
* **Private Key**. Your Coralogix account private key.
40-
* **Application Name**. The Coralogix application name.
41-
* **Subsystem Name**. The Coralogix subsystem name.<br/><img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/coralogix-send-logs-configuration.png')} style={{border:'1px solid gray'}} alt="Coralogix Send Logs configuration" width="400"/>
45+
* **Private Key**. Enter your Coralogix account [private key](https://coralogix.com/docs/user-guides/account-management/api-keys/api-keys/).
46+
47+
* **Application Name**. Enter your Coralogix [application name](https://coralogix.com/docs/user-guides/account-management/account-settings/application-and-subsystem-names/).
48+
49+
* **Subsystem Name**. Enter your Coralogix [subsystem name](https://coralogix.com/docs/user-guides/account-management/account-settings/application-and-subsystem-names/).
50+
* <IntegrationCertificate/>
51+
* <IntegrationTimeout/>
52+
* <IntegrationEngine/>
53+
* <IntegrationProxy/>
54+
55+
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/misc/coralogix-send-logs-configuration.png')} style={{border:'1px solid gray'}} alt="Coralogix Send Logs configuration" width="400"/>
4256

4357
For information about Coralogix - Send Logs, see [Coralogix documentation](https://coralogix.com/docs/).
4458

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

Lines changed: 13 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,8 +19,21 @@ Utilize Corelight during incident investigation.
1919
## Configure Corelight in Automation Service and Cloud SOAR
2020

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

2328
<IntegrationsAuth/>
29+
* <IntegrationLabel/>
30+
* **IP or Hostname**. Enter the IP or the hostname of your Corelight instance. Do not include the preceding `https://`, for example, ``
31+
32+
* **Username**. Enter the username of a Corelight admin user authorized to provide authentication for the integration.
33+
34+
* **Password**. Enter the password for the admin user.
35+
* <IntegrationEngine/>
36+
* <IntegrationProxy/>
2437

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

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

Lines changed: 15 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,23 @@ XDR
3838
## Configure Cortex XDR in Automation Service and Cloud SOAR
3939

4040
import IntegrationsAuth from '../../../../reuse/integrations-authentication.md';
41+
import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md';
42+
import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md';
43+
import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md';
44+
import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md';
45+
import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md';
4146

4247
<IntegrationsAuth/>
48+
* <IntegrationLabel/>
49+
* **Cortex XDR API URL**. Enter your Cortex XDR API URL, for example, `https://api-test-dev.xdr.us.paloaltonetworks.com/public_api/v1/`
50+
51+
* **API Key**. Enter your [Cortex API key](https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR-REST-API/Get-Started-with-Cortex-XDR-APIs).
52+
53+
* **API Key ID**. Enter key ID associated with the API key.
54+
* <IntegrationTimeout/>
55+
* <IntegrationCertificate/>
56+
* <IntegrationEngine/>
57+
* <IntegrationProxy/>
4358

4459
<img src={useBaseUrl('/img/platform-services/automation-service/app-central/integrations/cortex/cortex-configuration.png')} style={{border:'1px solid gray'}} alt="Cortex XDR configuration" width="400"/>
4560

0 commit comments

Comments
 (0)