Netskope GetAlerts

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.GetAlerts
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

The Netskope v2 API token

The base URL of the Netskope tenant

The alert type to retrieve

e.g. malware, dlp, policy, compromised-credentials, etc.

Optional NRSQL query filter

Added as the query query parameter

Default0

Number of alerts in the response data array

Formaturi

URI of the stored alert response JSON file