Netskope GetEvents

Netskope GetEvents

Certified

Fetch events from Netskope Security Cloud

Streams events 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.GetEvents
yaml
id: get_netskope_events
namespace: io.kestra.security
tasks:
  - id: fetch_events
    type: io.kestra.plugin.netskope.events.GetEvents
    baseUrl: "https://{{ secret('NETSKOPE_TENANT') }}.goskope.com"
    apiToken: "{{ secret('NETSKOPE_V2_TOKEN') }}"
    eventType: application
Properties

The Netskope v2 API token

The base URL of the Netskope tenant

The event type to retrieve

e.g. application, network, page, infrastructure, audit, etc.

Reference (ref) of the pluginDefaults to apply to this task.

Optional NRSQL query filter

Added as the query query parameter

Default0

Number of events in the response data array

Formaturi

URI of the stored events response JSON file