--- title: Sophos Central V3 description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/sophos-central-v3/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/sophos-central-v3/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; Sophos Central icon ***Version: 3.4 Updated: April 30, 2026*** Utilize Sophos Central enrichment data during incident investigations. ## Actions * **Get Alerts** (*Enrichment)* - Gather Sophos Central alerts. * **Get Alerts Sophos Daemon** (*Daemon)* - Get Sophos Central alerts on a time interval. * **Get Endpoints** (*Enrichment)* - Gather all endpoints. * **Isolate an Endpoint** (*Containment*) - Isolate a single endpoint. * **Isolate Endpoints** (*Containment*) - Isolate multiple endpoints. ## Sophos Central V3 configuration The following steps show how to create new [API credentials](https://docs.sophos.com/central/customer/help/en-us/ManageYourProducts/GlobalSettings/APICredentials/index.html) to work with Cloud SOAR. 1. Log in to the [Sophos Central Partner](https://central.sophos.com/manage/partner) platform. 1. On the left click on **Settings & Policies** and then click the **API credentials**.
Sophos central 1. Click on **Add Credential**.
Add credentials 1. Enter **Credential name (required)** and the description if you want.
Credentials name 1. Click the **Copy** button on the Client ID and paste it temporally in a text editor. 1. Click **Show Client Secret**.
Show client secret 1. Now you can copy the key as shown.
Copy key ## Configure Sophos Central V3 in Automation Service and Cloud SOAR import IntegrationsAuth from '../../../../reuse/integrations-authentication.md'; import IntegrationCertificate from '../../../../reuse/automation-service/integration-certificate.md'; import IntegrationEngine from '../../../../reuse/automation-service/integration-engine.md'; import IntegrationLabel from '../../../../reuse/automation-service/integration-label.md'; import IntegrationProxy from '../../../../reuse/automation-service/integration-proxy.md'; import IntegrationTimeout from '../../../../reuse/automation-service/integration-timeout.md'; * * **URL**. Enter your[ Sophos API URL](https://docs.sophos.com/central/customer/help/en-us/ManageYourProducts/GlobalSettings/APICredentials/ThirdPartyAccess/index.html), for example, `https://api.central.sophos.com`. * **Client ID**. Enter the [client ID](https://docs.sophos.com/central/customer/help/en-us/ManageYourProducts/GlobalSettings/APICredentials/index.html) you [obtained earlier](#sophos-central-v3-configuration). * **Client Secret**. Enter the secret for the client ID. * * * * Sophos Central V3 configuration For information about Sophos Central, see [Sophos Central documentation](https://docs.sophos.com/central/customer/help/en-us/index.html). ## Change Log * December 28, 2021 - First upload * January 24, 2022 - New actions added * July 11, 2023 (v3.2) + Updated the integration with Environmental Variables + Integration renamed from Sophos Central 3.0 to Sophos Central V3 * March 4, 2024 (v3.3) - Updated code for compatibility with Python 3.12 * April 30, 2026 (v3.4) - Upgraded the `python3_generic` Docker image (Python 3.8) to `python3_12_generic` (Python 3.12) to address Python 3.8 end-of-life and improve security and performance.