netskope_api_v2
Netskope API v2 provides a powerful interface for managing and monitoring Netskope deployments. It enables users to retrieve alerts and events, manage URL lists, and control clients. With Netskope API v2, organizations can proactively respond to security threats, enforce web access policies, and efficiently administer their Netskope environment.
Network Security · Netskope
Configuration parameters
url— Server URL (required)proxy— Use system proxy settingsinsecure— Trust any certificate (not secure)credentials— (required)first_fetch— First fetch timestampmax_fetch— Maximum incidents per fetchmax_events_fetch— Maximum Netskope events per fetch. Max value is 200.max_dlp_incidents_fetch— Maximum Netskope DLP incidents per fetch. Max value is 200.fetch_events— Fetch Eventsfetch_dlp_incidents— Fetch DLP incidentsevent_types— Event types to fetch.alerts_query— Alerts Queryevents_query— Events QueryincidentType— Incident typeisFetch— Fetch incidentsuser_email— User EmailincidentFetchInterval— Incidents Fetch Intervalmirror_direction— Incident Mirroring Directionclose_incident— Close Mirrored XSOAR Incidentclose_netskope_incident— Close Mirrored Netskope Incident
Commands (13)
-
get-mapping-fieldsReturns the list of fields for an incident type.
-
get-modified-remote-dataGets the list of incidents that were modified since the last update time. Note that this method is here for debugging purposes. The get-modified-remote-data command is used as part of a Mirroring feature, which is available in Cortex XSOAR from version 6.1.
-
get-remote-dataGets remote data from a remote incident. This method does not update the current incident, and should be used for debugging purposes.
-
netskope-alert-listGet alerts generated by Netskope. You may choose what alerts to receive with the alert_type parameter. You must provide start_time and end_time, or insertion_start_time and insertion_end_time. (Note that if end_time or insertion_end_time aren't provided. the date time would be set as now.) You cannot provide a combination of the options mentioned above.
-
netskope-client-listGet information about Netskope SCIM users. The command provides a list of users who have been imported into the Netskope tenant through SCIM integration. Users imported through other methods, such as manual CSV import or manual creation, will not be included in the returned results.
-
netskope-event-listGet events extracted from SaaS traffic. You may choose what events to receive with the event_type parameter. You must provide start_time and end_time, or insertion_start_time and insertion_end_time. (Note that if end_time or insertion_end_time aren't provided, the date time would be set as now.) You cannot provide a combination of the options mentioned above.
-
netskope-incident-dlp-listFetch DLP incidents by update time. The maximum recommended time range should be no more from 3 days.
-
netskope-url-list-addUpdate the URL list with the values provided. Note that this command appends the list.
-
netskope-url-list-createCreate a new URL list.
-
netskope-url-list-deleteDelete a URL list by the list ID.
-
netskope-url-list-updateUpdate the URL list with the values provided. Note that this command overrides the list.
-
netskope-url-lists-listGet all URL lists or a specific URL list by specifying the list ID.
-
update-remote-systemUpdates the remote incident or detection with local incident or detection changes. This method is only used for debugging purposes and will not update the current incident or detection.