Skip to content

Commit dd0a1b8

Browse files
Update Web File Repository Integration README.md (demisto#37170)
- Minor formatting cleanup - added for Cortex XSOAR 8 On-prem, you need to add the ext- FQDN DNS record
1 parent 16cc027 commit dd0a1b8

File tree

1 file changed

+9
-5
lines changed
  • Packs/WebFileRepository/Integrations/WebFileRepository

1 file changed

+9
-5
lines changed

Diff for: Packs/WebFileRepository/Integrations/WebFileRepository/README.md

+9-5
Original file line numberDiff line numberDiff line change
@@ -39,14 +39,18 @@ In a web browser, go to **`http://<cortex-xsoar-server-address>:<listen_port>`**
3939
To access the File Management UI by instance name, make sure ***Instance execute external*** is enabled.
4040

4141
1. In Cortex XSOAR 6.x:
42+
4243
1. Navigate to **Settings > About > Troubleshooting**.
4344
2. In the **Server Configuration** section, verify that the `instance.execute.external.<instance_name>` key is set to `true`. If this key does not exist, click **+ Add Server Configuration** and add the `instance.execute.external.<instance_name>` and set the value to `true`. See [this documentation](https://xsoar.pan.dev/docs/reference/articles/long-running-invoke) for further information.
44-
2. In a web browser:
45+
3. In a web browser:
46+
47+
- For Cortex XSOAR 6.x: Go to `https://<cortex-xsoar-address>/instance/execute/<instance_name>`.
48+
- For Cortex XSOAR 8 On-prem, Cortex XSOAR 8 Cloud, or Cortex XSIAM: Go to `https://ext-<tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>`.
49+
- For Multi Tenant environments: Go to `https://<cortex-xsoar-address>/acc_<account name>/instance/execute/<instance_name>`.
4550

46-
- (For Cortex XSOAR 6.x) go to `https://<cortex-xsoar-address>/instance/execute/<instance_name>/`
47-
- (For Cortex XSOAR 8 or Cortex XSIAM) `https://ext-<tenant>.crtx.<region>.paloaltonetworks.com/xsoar/instance/execute/<instance-name>`
48-
- (In Multi Tenant environments) `https://<cortex-xsoar-address>/acc_<account name>/instance/execute/<instance_name>/`
49-
51+
**Note**:
52+
For Cortex XSOAR 8 On-prem, you need to add the `ext-` FQDN DNS record to map the Cortex XSOAR DNS name to the external IP address.
53+
For example, `ext-xsoar.mycompany.com`.
5054

5155
## Commands
5256

0 commit comments

Comments
 (0)