--- title: Cortex XDR description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/cortex-xdr/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/cortex-xdr/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; Cortex XDR icon ***Version: 1.6 Updated: April 29, 2026*** Query data and utilize actions in Palo Alto Networks Cortex XDR. ## Actions * **List Endpoints** *(Enrichment)* - Gets a list of endpoints. * **Retrieve File** *(Enrichment)* - Retrieve file from selected endpoints. * **File Retrieval Details** *(Enrichment)* - View the File retrieved by the Get File action according to the action ID. * **Scan All Endpoints** *(Enrichment)* - Run a scan on all endpoints. * **Get Scan Status** *(Enrichment)* - Get a status of the scan action ID. * **Quarantine File** *(Containment)* - Quarantine file on selected endpoint. * **Quarantine Status** *(Enrichment)* - Retrieve the quarantine status for a selected file. * **Restore File** *(Containment)* - Restore a quarantined file on a requested endpoints. * **Isolate Endpoint** *(Containment)* - Isolate one endpoint. * **Isolate Endpoint Status** *(Enrichment)* - Returns the status of the specified endpoint isolate operation. * **List Alerts** *(Enrichment)* - Get a list of alerts with multiple events. * **Alerts Cortex XDR Daemon** *(Daemon)* - Fetch alerts. * **Incidents Cortex XDR Daemon** *(Daemon)* - Fetch incidents. * **List Incidents** *(Enrichment)* - Get a list of incidents. * **Get Incident** *(Enrichment)* - Get extra data fields of a specific incident including alerts and key artifacts. * **Update Incident** *(Containment)* - Update one or more fields of a specific incident. ## Category XDR ## Configure Cortex XDR 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'; * * **Cortex XDR API URL**. Enter your Cortex XDR API URL, for example, `https://api-test-dev.xdr.us.paloaltonetworks.com/public_api/v1/` * **API Key**. Enter your [Cortex API key](https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR-REST-API/Get-Started-with-Cortex-XDR-APIs). * **API Key ID**. Enter key ID associated with the API key. * * * * Cortex XDR configuration For information about Cortex XDR, see [Cortex XDR documentation](https://docs-cortex.paloaltonetworks.com/r/Cortex-XDR-REST-API/Get-Started-with-Cortex-XDR-APIs). ## Change Log * July 20, 2021 - First upload * July 19, 2022 - Incidents Cortex XDR Daemon action added * January 27, 2023 - Integration refactored * January 30, 2023 - Updated Daemon + Incidents Cortex XDR Daemon: refactored + Alerts Cortex XDR Daemon: refactored * July 11, 2023 (v1.3) - Removed leading/trailing spaces * March 4, 2024 (v1.4) - Updated code for compatibility with Python 3.12 * October 15, 2024 (v1.5) - Fixed the timeout error. * April 29, 2026 (v1.6) - 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.