
Netskope GetAlerts
CertifiedFetch alerts from Netskope Security Cloud
Netskope GetAlerts
Certified
Fetch alerts from Netskope Security Cloud
Polls alerts via the Netskope REST API v2 Data Export endpoint and stores the response as a file in Kestra storage.
yaml
type: io.kestra.plugin.netskope.events.GetAlertsExamples
yaml
id: get_netskope_alerts
namespace: io.kestra.security
tasks:
- id: fetch_alerts
type: io.kestra.plugin.netskope.events.GetAlerts
baseUrl: "https://{{ secret('NETSKOPE_TENANT') }}.goskope.com"
apiToken: "{{ secret('NETSKOPE_V2_TOKEN') }}"
alertType: malware
query: "alert_severity eq 'critical'"
Properties
apiToken *Requiredstring
The Netskope v2 API token
baseUrl *Requiredstring
The base URL of the Netskope tenant
alertType string
The alert type to retrieve
e.g. malware, dlp, policy, compromised-credentials, etc.
pluginDefaultsRef Non-dynamicstring
Reference (ref) of the pluginDefaults to apply to this task.
query string
Optional NRSQL query filter
Added as the query query parameter
Outputs
alertCount integer
Default
0Number of alerts in the response data array
uri string
Format
uriURI of the stored alert response JSON file