From 3d7dee4f9bc06ff3d5e41150d2debb490bb76563 Mon Sep 17 00:00:00 2001 From: Priyansh Patel <114739257+priyansh-sumo@users.noreply.github.com> Date: Wed, 18 Mar 2026 12:06:50 +0530 Subject: [PATCH] CONN-5679: Added new region domains --- .../code42-incydr-source.md | 8 +++++++- 1 file changed, 7 insertions(+), 1 deletion(-) diff --git a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/code42-incydr-source.md b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/code42-incydr-source.md index a5e260b7b8..1da306e7ed 100644 --- a/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/code42-incydr-source.md +++ b/docs/send-data/hosted-collectors/cloud-to-cloud-integration-framework/code42-incydr-source.md @@ -35,6 +35,12 @@ The Code42 Incydr source requires you to provide the **Base URL**, **Client ID** - api.us2.code42.com - api.ie.code42.com - api.gov.code42.com + - api.us7.code42.com + - api.uk.code42.com + - api.au.code42.com + - api.ca.code42.com + - api.de.code42.com + - api.za.code42.com :::info Make sure that all API requests are made using HTTPs. ::: @@ -82,7 +88,7 @@ Sources can be configured using UTF-8 encoded JSON files with the Collector Ma | description | String | No | `null` | Type a description of the source. | `"Testing source"` | category | String | No | `null` | Type a category of the source. This value is assigned to the [metadata](/docs/search/get-started-with-search/search-basics/built-in-metadata) field `_sourceCategory`. See [best practices](/docs/send-data/best-practices) for details. | `"mySource/test"` | fields | JSON Object | No | `null` | JSON map of key-value fields (metadata) to apply to the Collector or Source. Use the boolean field `_siemForward` to enable forwarding to SIEM.|`{"_siemForward": false, "fieldA": "valueA"}` | -| baseURL | String | Yes | `null` | API Key to used for Authorization. | | +| baseURL | String | Yes | `null` | Domain from which you want to retrieve the source data from the Incydr API. | | | clientID | Boolean | No | `null` | Client ID generated from the Code42 Incydr platform. | | | secretKey | String | No | `null` | Secret Key generated secured from the Code42 Incydr platform. | | | dataCollection | String | No | `null` | Type of source from which you want to collect the data from. | |