--- title: Netskope V2 description: '' slug: /help/docs/platform-services/automation-service/app-central/integrations/netskope-v2/ canonical: https://www.sumologic.com/help/docs/platform-services/automation-service/app-central/integrations/netskope-v2/ --- import useBaseUrl from '@docusaurus/useBaseUrl'; netskope ***Version: 1.3 Updated: April 30, 2026*** Netskope provides unrivaled visibility and real-time data and threat protection when accessing cloud services, websites, and private apps from anywhere, on any device. ## Actions * **Get Alert** *(Enrichment)* - Get single alert. * **List Alerts** *(Enrichment)* - Get a list of alerts generated by Netskope. * **List Events** *(Enrichment)* - Get a list of events generated by Netskope. * **Get URL Lists** *(Enrichment)* - Get URL lists. * **Update URL List** *(Containment)* - Edit an URL list. * **URL List Deploy** *(Containment)* - Apply pending URL list changes. * **Netskope Get Alert List Daemon** *(Daemon)* - Daemon to extract alerts generated by Netskope. * **Netskope Get Event List Daemon** *(Daemon)* - Daemon to events alerts generated by Netskope. ## Neskope RBACv3 token configuration [Netskope RBACv3 configuration](https://docs.netskope.com/en/netskope-rbac-v3-overview) use an auth token to make authorized calls to the API. Netskope REST APIs provide access to resources via URI paths. The token must be used in every REST API call for the tenant. The token can be created for use with specified APIs in the Netskope UI by going to **Settings > Administration > Administrators & Roles**. ### Netskope role and service account setup Follow the steps below to create a role with the required function scope and obtain a service account token for use in the Netskope Data Connector tile. 1. Create role with required function scope: 1. In the Netskope console, go to **Settings > Administration > Administrators & Roles**. 1. Navigate to the **Roles** tab. 1. Click **Create Role** (or edit an existing one). 1. Under **Function scope**, add the following: - Infrastructure - Infrastructure Log(View) - Skope IT - Alerts(View) - Application Events(View) - Network Events(View) - Page Events(View) - Administration - Audit Log(View) - Objects - URL List(Manage)
URL list 1. Click **Save**. 1. Create or access a service account: 1. In the same section, click on the **Administrators** tab. 1. Select **Service Account**. 1. Select the **Role** created in the last step.
Select the role 1. Copy the generate service account token.
Service account token :::warning Important Keep this token secure. ::: ## Configure Netskope V2 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'; * * **Server URL**. Enter the URL for API V2 REST API in the format `https://.goskope.com` * **Tenant API Token**. Enter the [API token](https://docs.netskope.com/en/api-tokens-2/) you [copied earlier](#netskope-role-and-service-account-setup). * **Event Type**. Select the [event type](https://docs.netskope.com/en/skope-it-query-language/#event-types) (additionally, if you need to, you can populate the query daemons): * **Application** * **Page** * **Audit** * * * * Netskope configuration dialog For information about Netskope RBACv3, see [Netskope RBACv3 configuration](https://docs.netskope.com/en/netskope-rbac-v3-overview). ## Change Log * December 21, 2022 - First upload * July 13, 2023 (v1.1) + Changed fields visibility + Changed Daemon compatibility * November 5, 2024 (v1.2) - Added New action + URL List Deploy * April 30, 2026 (v1.3) - 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.